Improve help output with latest changes from sequencer
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
serverName="nginx"
|
||||
serverPackages="nginx"
|
||||
serverSourceUrl="https://nginx.org/packages/debian/"
|
||||
phpVersion="7.3"
|
||||
phpVersion="7.4"
|
||||
phpName="php${phpVersion}"
|
||||
phpPackages="${phpName}-fpm ${phpName}-json ${phpName}-mysql ${phpName}-curl ${phpName}-intl ${phpName}-gd ${phpName}-zip ${phpName}-xml ${phpName}-mbstring php-imagick php-apcu php-redis"
|
||||
|
||||
@@ -15,6 +15,7 @@ step_config() {
|
||||
}
|
||||
|
||||
step_1_info() {
|
||||
echoinfoArgs "[DEBIAN RELEASE]"
|
||||
echo "Setup latest apt source list for $serverName"
|
||||
echoinfo "$serverSourceUrl"
|
||||
}
|
||||
@@ -133,5 +134,5 @@ events {
|
||||
NOTES_EOF
|
||||
}
|
||||
|
||||
VERSION_SEQREV=12
|
||||
VERSION_SEQREV=14
|
||||
. /usr/local/bin/sequencer.sh
|
||||
|
Reference in New Issue
Block a user