From 4d0ab768602cabd2afe5319f7b427ac43eba4b33 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Tue, 28 Nov 2023 19:01:17 +0100 Subject: [PATCH] update userland script --- userland.sh | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/userland.sh b/userland.sh index 6dcc2a9..54a9300 100755 --- a/userland.sh +++ b/userland.sh @@ -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"