Some more fixes
This commit is contained in:
parent
6753580ae5
commit
4912a4a03f
2 changed files with 1 additions and 1 deletions
0
apt/add-apt-sources.sh
Normal file → Executable file
0
apt/add-apt-sources.sh
Normal file → Executable file
|
@ -6,7 +6,7 @@ set -e
|
||||||
echo ">> Collecting Packages..."
|
echo ">> Collecting Packages..."
|
||||||
wget https://atom.io/download/deb -O atom.deb
|
wget https://atom.io/download/deb -O atom.deb
|
||||||
wget "https://www.astrill.com/downloads/astrill-setup-linux64.deb?mirror=uk" -O astrill.deb
|
wget "https://www.astrill.com/downloads/astrill-setup-linux64.deb?mirror=uk" -O astrill.deb
|
||||||
curl -sL https://deb.nodesource.com/setup_5.x | -E bash -
|
curl -sL https://deb.nodesource.com/setup_5.x | bash -
|
||||||
|
|
||||||
echo ">> Installing Packages..."
|
echo ">> Installing Packages..."
|
||||||
dpkg -i atom.deb
|
dpkg -i atom.deb
|
||||||
|
|
Loading…
Reference in a new issue