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
9ca80925
Verified
Commit
9ca80925
authored
May 09, 2019
by
Aral Balkan
Browse files
Add Indie Web Server v9.2.2
parent
80461eb4
Changes
3
Hide whitespace changes
Inline
Side-by-side
content/web-server/linux/9.2.2.tar.gz
0 → 100644
View file @
9ca80925
File added
content/web-server/macos/9.2.2.tar.gz
0 → 100644
View file @
9ca80925
File added
static/web-server/install.sh
View file @
9ca80925
...
...
@@ -2,7 +2,7 @@
######################################################################
#
# Indie Web Server v9.2.
1
Installer
# Indie Web Server v9.2.
2
Installer
#
# To use:
#
...
...
@@ -15,14 +15,14 @@
set
-e
echo
echo
" 📡 Downloading Indie Web Server v9.2.
1
…"
echo
" 📡 Downloading Indie Web Server v9.2.
2
…"
if
[[
"
$OSTYPE
"
==
"linux-gnu"
]]
;
then
# Linux
wget
-q
https://ind.ie/web-server/linux/9.2.
1
.tar.gz
wget
-q
https://ind.ie/web-server/linux/9.2.
2
.tar.gz
elif
[[
"
$OSTYPE
"
==
"darwin"
*
]]
;
then
# macOS
wget
-q
https://ind.ie/web-server/macos/9.2.
1
.tar.gz
wget
-q
https://ind.ie/web-server/macos/9.2.
2
.tar.gz
else
# Unsupported
echo
"
\n
❌ Error: this operating system is not supported.
\n
"
...
...
@@ -30,10 +30,10 @@ else
fi
echo
" 📦 Installing…"
gzip
-d
9.2.
1
.tar.gz
tar
-xvf
9.2.
1
.tar
>
/dev/null
gzip
-d
9.2.
2
.tar.gz
tar
-xvf
9.2.
2
.tar
>
/dev/null
sudo mv
web-server /usr/local/bin/
rm
9.2.
1
.tar
rm
9.2.
2
.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