display @smeserver install output
This commit is contained in:
@@ -64,12 +64,12 @@ dnf module enable -y freeradius:3.0
|
|||||||
|
|
||||||
|
|
||||||
echo "##########################################################################"
|
echo "##########################################################################"
|
||||||
echo "dnf install, installing SME Server ... this may take a while:"
|
echo "dnf install, installing SME Server ... very verbose, this may take a while:"
|
||||||
dnf install @smeserver -y 1>/dev/null
|
dnf install @smeserver -y
|
||||||
|
|
||||||
# check
|
# check
|
||||||
if [[ -f /sbin/e-smith/console ]]; then
|
if [[ -f /sbin/e-smith/console ]]; then
|
||||||
echo "... all seems good untill now"
|
echo "... all seems good until now"
|
||||||
else
|
else
|
||||||
echo "... exiting something is missing, try again dnf --disablerepo=* --enablerepo=smeos install @smeserver -y"
|
echo "... exiting something is missing, try again dnf --disablerepo=* --enablerepo=smeos install @smeserver -y"
|
||||||
exit 1
|
exit 1
|
||||||
|
Reference in New Issue
Block a user