Fixed typo and alligned messages (msg)
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#############################
|
#############################
|
||||||
# SingelModuleInstaller #
|
# SingleModuleInstaller #
|
||||||
#############################
|
#############################
|
||||||
|
|
||||||
|
|
||||||
@@ -52,7 +52,7 @@ echo "$1"
|
|||||||
|
|
||||||
#Checking if Config var has been set
|
#Checking if Config var has been set
|
||||||
if [ $SMI_config = no ]; then
|
if [ $SMI_config = no ]; then
|
||||||
msg "Script is not configured"
|
msg " Script is not configured"
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -61,7 +61,7 @@ fi
|
|||||||
# Installer-Requirements #
|
# Installer-Requirements #
|
||||||
##--------------------------##
|
##--------------------------##
|
||||||
|
|
||||||
msg "Starting installer." 8 78
|
msg " Starting installer" 8 78
|
||||||
$PKGM update > $OUTPUT 2>&1
|
$PKGM update > $OUTPUT 2>&1
|
||||||
$PKGI curl > $OUTPUT 2>&1
|
$PKGI curl > $OUTPUT 2>&1
|
||||||
|
|
||||||
@@ -83,7 +83,7 @@ fi
|
|||||||
# Pre-Requirements #
|
# Pre-Requirements #
|
||||||
##--------------------##
|
##--------------------##
|
||||||
|
|
||||||
msg "Preconfiguring."
|
msg " Preconfiguring"
|
||||||
$PKGI software-properties-common gnupg > $OUTPUT 2>&1
|
$PKGI software-properties-common gnupg > $OUTPUT 2>&1
|
||||||
$PKGM update
|
$PKGM update
|
||||||
$PKGM upgrade -y
|
$PKGM upgrade -y
|
||||||
@@ -128,5 +128,4 @@ fi
|
|||||||
# end #
|
# end #
|
||||||
##-------##
|
##-------##
|
||||||
|
|
||||||
msg "done"
|
msg " Done!"
|
||||||
|
|
||||||
Reference in New Issue
Block a user