We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9db98c commit 68d7233Copy full SHA for 68d7233
install/hst-install-debian.sh
@@ -580,9 +580,9 @@ APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key add /tmp/php_signing.key > /dev/n
580
if [ "$exim" == 'yes' ]; then
581
echo "(*) Z-Push"
582
if [ "$release" -eq 8 ]; then
583
- $zpush_os='Debian_8.0'
+ zpush_os='Debian_8.0'
584
else
585
- $zpush_os='Debian_9.0'
+ zpush_os='Debian_9.0'
586
fi
587
588
echo "deb http://repo.z-hub.io/z-push:/final/$zpush_os/ /" > $apt/z-push.list
0 commit comments