some userland fixes

This commit is contained in:
2023-11-28 19:10:39 +01:00
parent 4d0ab76860
commit 25c57593ad
2 changed files with 18 additions and 18 deletions

View File

@@ -6,21 +6,8 @@ echo "
"
read -p "Please enter your password again: " pwd
read -p "Do you want to have a barebone (b) or complete (c) install? " installType
if [[ "$installType" != "c" ]]; then
echo $pwd | sudo -S pacman -Syu --noconfirm nodejs npm rustup kate python-pip gcc
fi
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"