update userland script

This commit is contained in:
2023-11-28 19:01:17 +01:00
parent 0047be784c
commit 4d0ab76860

View File

@@ -8,23 +8,19 @@ echo "
read -p "Please enter your password again: " pwd
echo "
==> AUR helper installed
"
read -p "Do you want to have a barebone (b) or complete (c) install? " installType
if [[ "$installType" != "c" ]]; then
pacman -Syu --noconfirm nodejs npm rustup kate python-pip gcc
echo $pwd | sudo -S pacman -Syu --noconfirm nodejs npm rustup kate python-pip gcc
fi
pacman -Syu --noconfirm vscodium
echo $pwd | sudo -S pacman -Syu --noconfirm vscodium
mkdir /home/arch-is-best/.config
echo $pwd | sudo -S chmod -R 777 /home/arch-is-best/arch-dev-vm/config
mv /home/arch-is-best/arch-dev-vm/config/* /home/arch-is-best/.config
file="/home/arch-is-best/vscode-extensions"