Update 'installer.sh'
This commit is contained in:
@@ -159,6 +159,12 @@ while true; do
|
|||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
|
##-----------------##
|
||||||
|
# Static-Vars #
|
||||||
|
##-----------------##
|
||||||
|
|
||||||
|
phpver=7.3
|
||||||
|
|
||||||
##----------------##
|
##----------------##
|
||||||
# Pre-Config #
|
# Pre-Config #
|
||||||
##----------------##
|
##----------------##
|
||||||
@@ -174,6 +180,7 @@ cd /tmp
|
|||||||
#mv /boot/grub/menu.lst /boot/grub/menu.lst.bck
|
#mv /boot/grub/menu.lst /boot/grub/menu.lst.bck
|
||||||
apt install -y software-properties-common
|
apt install -y software-properties-common
|
||||||
add-apt-repository -y ppa:certbot/certbot
|
add-apt-repository -y ppa:certbot/certbot
|
||||||
|
add-apt-repository -y ppa:ondrej/php
|
||||||
apt update
|
apt update
|
||||||
apt upgrade -y
|
apt upgrade -y
|
||||||
apt dist-upgrade -y
|
apt dist-upgrade -y
|
||||||
|
|||||||
Reference in New Issue
Block a user