some more updates

This commit is contained in:
2023-11-28 18:09:12 +01:00
parent a5867bde55
commit 6234d79d93
3 changed files with 20 additions and 8 deletions

View File

@@ -6,10 +6,7 @@ echo "
"
cd /tmp
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si
read -p "Please enter your password again: " pwd
echo "
@@ -20,10 +17,10 @@ echo "
read -p "Do you want to have a barebone (b) or complete (c) install? " installType
if [[ "$installType" != "c" ]]; then
yay -Syu --noconfirm nodejs npm rustup kate python-pip gcc
pacman -Syu --noconfirm nodejs npm rustup kate python-pip gcc
fi
yay -Syu --noconfirm vscodium
pacman -Syu --noconfirm vscodium
mkdir /home/arch-is-best/.config