File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ On the Raspberry PI or BeagleBone Black (after expanding the file system):
11
11
12
12
Alternatively, you can install using the .deb file:
13
13
14
- curl -O http ://adafruit-download.s3.amazonaws.com/adafruitwebide-0.3.12-Linux.deb
14
+ curl -O https ://adafruit-download.s3.amazonaws.com/adafruitwebide-0.3.12-Linux.deb
15
15
sudo dpkg -i adafruitwebide-0.3.12-Linux.deb
16
16
sudo apt-get -f install
17
17
Original file line number Diff line number Diff line change 1
1
0.3.12
2
- http ://adafruit-download.s3.amazonaws.com/webide-0.3.12-update.tar.gz
2
+ https ://adafruit-download.s3.amazonaws.com/webide-0.3.12-update.tar.gz
3
3
https://raw.githubusercontent.com/adafruit/Adafruit-WebIDE/alpha/release/changelog.txt
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ echo "Attempting to force reload date and time from ntp server"
68
68
/usr/bin/ntpdate -b -s -u pool.ntp.org
69
69
70
70
echo " **** Downloading the latest version of the WebIDE ****"
71
- curl -L http ://adafruit-download.s3.amazonaws.com/webide-0.3.12.tar.gz | tar xzf -
71
+ curl -L https ://adafruit-download.s3.amazonaws.com/webide-0.3.12.tar.gz | tar xzf -
72
72
73
73
echo " **** Installing required libraries ****"
74
74
echo " **** (redis-server git avahi-daemon i2c-tools python-smbus openssh-keygen) ****"
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ mkdir -p "$WEBIDE_HOME"
65
65
cd " $WEBIDE_ROOT "
66
66
67
67
echo " **** Downloading the latest version of the WebIDE ****"
68
- curl -L http ://adafruit-download.s3.amazonaws.com/webide-0.3.12.tar.gz | tar xzf -
68
+ curl -L https ://adafruit-download.s3.amazonaws.com/webide-0.3.12.tar.gz | tar xzf -
69
69
70
70
echo " **** Installing required libraries ****"
71
71
echo " **** (redis-server git restartd libcap2-bin avahi-daemon i2c-tools python-smbus) ****"
You can’t perform that action at this time.
0 commit comments