mirror of
https://github.com/janishutz/arch-dev-vm.git
synced 2025-11-25 13:54:24 +00:00
update userland script
This commit is contained in:
12
userland.sh
12
userland.sh
@@ -8,23 +8,19 @@ echo "
|
|||||||
|
|
||||||
read -p "Please enter your password again: " pwd
|
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
|
read -p "Do you want to have a barebone (b) or complete (c) install? " installType
|
||||||
|
|
||||||
if [[ "$installType" != "c" ]]; then
|
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
|
fi
|
||||||
|
|
||||||
pacman -Syu --noconfirm vscodium
|
echo $pwd | sudo -S pacman -Syu --noconfirm vscodium
|
||||||
|
|
||||||
|
|
||||||
mkdir /home/arch-is-best/.config
|
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
|
mv /home/arch-is-best/arch-dev-vm/config/* /home/arch-is-best/.config
|
||||||
|
|
||||||
file="/home/arch-is-best/vscode-extensions"
|
file="/home/arch-is-best/vscode-extensions"
|
||||||
|
|||||||
Reference in New Issue
Block a user