Restored AUR Vscode, flatpak still lacks wayland wtf

This commit is contained in:
2022-11-10 21:10:56 -08:00
parent e60e42f28f
commit fa51078dfb

View File

@ -93,7 +93,6 @@ flatpak install flathub \
io.github.spacingbat3.webcord \ io.github.spacingbat3.webcord \
--assumeyes --assumeyes
# PIA # PIA
echo -e "\n\n\nInstalling Private Internet Access\n\n\n" echo -e "\n\n\nInstalling Private Internet Access\n\n\n"
if ! command -v piactl &> /dev/null if ! command -v piactl &> /dev/null
@ -107,6 +106,15 @@ then
fi fi
# VS Code (AUR)
echo -e "\n\n\nInstalling VSCode\n\n\n"
git clone https://aur.archlinux.org/visual-studio-code-bin
cd visual-studio-code-bin
makepkg -si --noconfirm
cd ..
# Node JS / NVM # Node JS / NVM
echo -e "\n\n\nNodeJS\n\n\n" echo -e "\n\n\nNodeJS\n\n\n"
if ! command -v nvm &> /dev/null if ! command -v nvm &> /dev/null