display @smeserver install output

This commit is contained in:
trevorb
2025-10-05 10:05:21 +11:00
parent af0686697d
commit 6a6467bb16

View File

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