Fixed typo and alligned messages (msg)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#############################
|
||||
# SingelModuleInstaller #
|
||||
# SingleModuleInstaller #
|
||||
#############################
|
||||
|
||||
|
||||
@@ -61,7 +61,7 @@ fi
|
||||
# Installer-Requirements #
|
||||
##--------------------------##
|
||||
|
||||
msg "Starting installer." 8 78
|
||||
msg " Starting installer" 8 78
|
||||
$PKGM update > $OUTPUT 2>&1
|
||||
$PKGI curl > $OUTPUT 2>&1
|
||||
|
||||
@@ -83,7 +83,7 @@ fi
|
||||
# Pre-Requirements #
|
||||
##--------------------##
|
||||
|
||||
msg "Preconfiguring."
|
||||
msg " Preconfiguring"
|
||||
$PKGI software-properties-common gnupg > $OUTPUT 2>&1
|
||||
$PKGM update
|
||||
$PKGM upgrade -y
|
||||
@@ -128,5 +128,4 @@ fi
|
||||
# end #
|
||||
##-------##
|
||||
|
||||
msg "done"
|
||||
|
||||
msg " Done!"
|
||||
Reference in New Issue
Block a user