Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Site
www
Commits
f770cb08
Verified
Commit
f770cb08
authored
May 09, 2019
by
Aral Balkan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Indie Web Server v9.2.3
parent
9ca80925
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
content/web-server/linux/9.2.3.tar.gz
content/web-server/linux/9.2.3.tar.gz
+0
-0
content/web-server/macos/9.2.3.tar.gz
content/web-server/macos/9.2.3.tar.gz
+0
-0
static/web-server/install.sh
static/web-server/install.sh
+7
-7
No files found.
content/web-server/linux/9.2.3.tar.gz
0 → 100644
View file @
f770cb08
File added
content/web-server/macos/9.2.3.tar.gz
0 → 100644
View file @
f770cb08
File added
static/web-server/install.sh
View file @
f770cb08
...
...
@@ -2,7 +2,7 @@
######################################################################
#
# Indie Web Server v9.2.
2
Installer
# Indie Web Server v9.2.
3
Installer
#
# To use:
#
...
...
@@ -15,14 +15,14 @@
set
-e
echo
echo
" 📡 Downloading Indie Web Server v9.2.
2
…"
echo
" 📡 Downloading Indie Web Server v9.2.
3
…"
if
[[
"
$OSTYPE
"
==
"linux-gnu"
]]
;
then
# Linux
wget
-q
https://ind.ie/web-server/linux/9.2.
2
.tar.gz
wget
-q
https://ind.ie/web-server/linux/9.2.
3
.tar.gz
elif
[[
"
$OSTYPE
"
==
"darwin"
*
]]
;
then
# macOS
wget
-q
https://ind.ie/web-server/macos/9.2.
2
.tar.gz
wget
-q
https://ind.ie/web-server/macos/9.2.
3
.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.
2
.tar.gz
tar
-xvf
9.2.
2
.tar
>
/dev/null
gzip
-d
9.2.
3
.tar.gz
tar
-xvf
9.2.
3
.tar
>
/dev/null
sudo mv
web-server /usr/local/bin/
rm
9.2.
2
.tar
rm
9.2.
3
.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