Restored AUR Vscode, flatpak still lacks wayland wtf
This commit is contained in:
10
dotenv.sh
10
dotenv.sh
@ -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
|
||||||
|
Reference in New Issue
Block a user