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
1710a99f
Commit
1710a99f
authored
Jul 08, 2019
by
Paul Cammish
Browse files
Update install.sh
parent
633800d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
install.sh
View file @
1710a99f
...
...
@@ -26,6 +26,7 @@ if [ $( grep -c '^stretch$\|^buster$' <<< $codename ) == 0 ]; then
echo
"ERROR: Sorry, this script doesn't recognise your Debian version."
echo
" You may need to install lsb_release, or check your version."
echo
" Expected 'stretch' or 'buster' but got '
$codename
'."
exit
1
fi
if
!
hostname
--fqdn
>
/dev/null 2>&1
;
then
...
...
@@ -33,7 +34,7 @@ if ! hostname --fqdn > /dev/null 2>&1 ; then
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
exit
1
fi
echo
"Installing Sympl from '
$version
' repository."
...
...
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