|
@ -18,7 +18,7 @@ dependencies() { |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
echo "Updating APT and adding PPA's" |
|
|
echo "Updating APT and adding PPA's" |
|
|
curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash - |
|
|
|
|
|
|
|
|
curl -sL https://deb.nodesource.com/setup_22.x | sudo -E bash - |
|
|
sudo apt update -y || exit 1 |
|
|
sudo apt update -y || exit 1 |
|
|
|
|
|
|
|
|
sudo apt install -y nodejs golang cargo tmux g++ gcc stow || exit 1 |
|
|
sudo apt install -y nodejs golang cargo tmux g++ gcc stow || exit 1 |
|
|