Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Site
www
Commits
e28459d5
Verified
Commit
e28459d5
authored
May 15, 2019
by
Aral Balkan
Browse files
Add Indie Web Server 10.2.0
parent
e27567fb
Changes
3
Hide whitespace changes
Inline
Side-by-side
content/web-server/linux/10.2.0.tar.gz
0 → 100644
LFS
View file @
e28459d5
File added
content/web-server/macos/10.2.0.tar.gz
0 → 100644
LFS
View file @
e28459d5
File added
static/web-server/install.sh
View file @
e28459d5
...
...
@@ -2,7 +2,7 @@
######################################################################
#
# Indie Web Server v10.
1
.0 Installer
# Indie Web Server v10.
2
.0 Installer
#
# To use:
#
...
...
@@ -15,14 +15,14 @@
set
-e
echo
echo
" 📡 Downloading Indie Web Server v10.
1
.0…"
echo
" 📡 Downloading Indie Web Server v10.
2
.0…"
if
[[
"
$OSTYPE
"
==
"linux-gnu"
]]
;
then
# Linux
wget
-q
https://ind.ie/web-server/linux/10.
1
.0.tar.gz
wget
-q
https://ind.ie/web-server/linux/10.
2
.0.tar.gz
elif
[[
"
$OSTYPE
"
==
"darwin"
*
]]
;
then
# macOS
wget
-q
https://ind.ie/web-server/macos/10.
1
.0.tar.gz
wget
-q
https://ind.ie/web-server/macos/10.
2
.0.tar.gz
else
# Unsupported
echo
"
\n
❌ Error: this operating system is not supported.
\n
"
...
...
@@ -30,10 +30,10 @@ else
fi
echo
" 📦 Installing…"
gzip
-d
10.
1
.0.tar.gz
tar
-xvf
10.
1
.0.tar
>
/dev/null
gzip
-d
10.
2
.0.tar.gz
tar
-xvf
10.
2
.0.tar
>
/dev/null
sudo mv
web-server /usr/local/bin/
rm
10.
1
.0.tar
rm
10.
2
.0.tar
echo
" 🎉 Done!"
echo
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment