diff --git a/install.sh b/install.sh index ea318dd..16ca835 100644 --- a/install.sh +++ b/install.sh @@ -150,12 +150,6 @@ existing_lima=$(crontab -l 2>/dev/null | grep -F '@reboot sleep 30 && find /etc/ if [ -z "$existing_lima" ]; then (crontab -l 2>/dev/null; echo '@reboot sleep 30 && find /etc/DragonTeste -name "*.sh" -exec {} \;') | crontab - fi -if dpkg -s libssl1.1 &>/dev/null; then -echo "libssl1.1 is already installed." -else -echo "deb http://security.ubuntu.com/ubuntu focal-security main" | tee /etc/apt/sources.list.d/focal-security.list - apt-get update && apt-get install -y libssl1.1 -fi bash <(php /opt/DragonCore/postinstall.php installpostgre) #Gerar DBS: php /opt/DragonCore/menu.php createautostart