Update install.sh

This commit is contained in:
Dante 2024-03-14 01:38:07 -04:00 committed by GitHub
parent e6a847b043
commit c480d377ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -140,25 +140,6 @@ EOF
fi fi
#---------------------#
# post-install script #
#---------------------#
if [ $flg_Install -eq 1 ] && [ $flg_Restore -eq 1 ]; then
cat <<"EOF"
_ _ _ _ _
___ ___ ___| |_ |_|___ ___| |_ ___| | |
| . | . |_ -| _| | | |_ -| _| .'| | |
| _|___|___|_| |_|_|_|___|_| |__,|_|_|
|_|
EOF
./install_pst.sh
fi
#------------------------# #------------------------#
# enable system services # # enable system services #
#------------------------# #------------------------#