diff options
author | Ramón M. Gómez <ramongomez@us.es> | 2019-12-10 14:03:09 +0100 |
---|---|---|
committer | Ramón M. Gómez <ramongomez@us.es> | 2019-12-10 14:03:09 +0100 |
commit | ce63f8dea2801019f43ececa9b12cce5d766c449 (patch) | |
tree | 01d7c4b08892f15875a19c0baccafe0ddc883ff2 /installer/opengnsys_update.sh | |
parent | b727dc1e3754a361b7911407d316e8a33aca9c33 (diff) |
#938: Show instructions to download BURG after installing/updating.
Diffstat (limited to 'installer/opengnsys_update.sh')
-rwxr-xr-x | installer/opengnsys_update.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/installer/opengnsys_update.sh b/installer/opengnsys_update.sh index 5d7b8ec8..55620b05 100755 --- a/installer/opengnsys_update.sh +++ b/installer/opengnsys_update.sh @@ -1147,6 +1147,9 @@ function updateSummary() echoAndLog " - MySQL must be reconfigured, run next code as DB root user and restart service:" echoAndLog " $MYSQLCONFIG" fi + echoAndLog " - If you want to use BURG as boot manager, run following command as root:" + echoAndLog " curl $DOWNLOADURL/burg.tgz -o $INSTALL_TARGET/client/lib/burg.tgz" + echo } |