@@ -9,7 +9,7 @@ else
if ! has android-studio; then
URL='https://dl.google.com/dl/android/studio/ide-zips/2.0.0.20/android-studio-ide-143.2739321-linux.zip'
TMP_FILE="/tmp/android-studio.2.0.0.zip"
- curl -fsSLC- "$URL" -o "$TMP_FILE"
+ curl -fSLC- "$URL" -o "$TMP_FILE"
cd "$HOME"
unzip "$TMP_FILE"
rm "$TMP_FILE"
@@ -7,7 +7,7 @@ else
if ! has atom; then
URL='https://atom.io/download/deb'
TMP_FILE="/tmp/atom.latest.deb"
sudo dpkg -i "$TMP_FILE"
fi
if ! has eclipse; then
URL='http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/mars/R/eclipse-jee-mars-R-linux-gtk-x86_64.tar.gz&r=1'
TMP_FILE="/tmp/eclipse.mars.tar.gz"
tar -xzf "$TMP_FILE"
@@ -6,7 +6,7 @@ if ! has code; then
else
URL="https://go.microsoft.com/fwlink/?LinkID=760868"
TMP_FILE="/tmp/vscode-amd64.1.0.0.deb"