Fixed update command for centos

This commit is contained in:
2020-12-02 12:49:54 +01:00
parent 5e1f7a4803
commit 4fe17c06e1

View File

@@ -72,7 +72,7 @@ msg () {
##--------------------------## ##--------------------------##
msg " Starting installer" 8 78 msg " Starting installer" 8 78
$PKGM update > $OUTPUT 2>&1 $PKGM update -y > $OUTPUT 2>&1
$PKGI curl > $OUTPUT 2>&1 $PKGI curl > $OUTPUT 2>&1