Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sympl
Sympl Install Script
Commits
aad21377
Commit
aad21377
authored
Jul 02, 2019
by
Paul Cammish
Browse files
Update install.sh
parent
19e15971
Changes
1
Hide whitespace changes
Inline
Side-by-side
install.sh
View file @
aad21377
...
...
@@ -22,6 +22,14 @@ echo "This script will help you install Sympl on a Debian Linux server with"
echo
" minimal hassle, and give you some intial pointers."
echo
if
!
hostname
--fqdn
2&>1 /dev/null
;
then
echo
"ERROR: Something doesn't seem right with your server hostname."
echo
" You should check it has a matching enty in /etc/hosts and is"
echo
" set properly before continuing, as Sympl uses the hostname."
echo
" You can check it's current setting with 'hostname -f'."
exit
0
fi
echo
"Installing Sympl from '
$version
' repository."
if
[
"x
$(
which debconf-set-selections
)
"
=
"x"
]
;
then
...
...
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