Update install.sh

pull/718/head
dami 1 month ago
parent fe0f3f63a2
commit 142f0fc6c9
  1. 4
      scripts/install.sh

@ -53,11 +53,11 @@ elif grep -Eqi "Amazon Linux" /etc/issue || grep -Eqi "Amazon Linux" /etc/*-rele
yum install -y wget curl zip unzip tar crontabs
elif grep -Eqi "Debian" /etc/issue || grep -Eqi "Debian" /etc/os-release; then
OSNAME='debian'
apt update -y
# apt update -y
apt install -y wget curl zip unzip tar cron
elif grep -Eqi "Ubuntu" /etc/issue || grep -Eqi "Ubuntu" /etc/os-release; then
OSNAME='ubuntu'
apt update -y
# apt update -y
apt install -y wget curl zip unzip tar cron
else
OSNAME='unknow'

Loading…
Cancel
Save