Update lib.sh

pull/109/head
midoks 3 years ago
parent bed39bf2ee
commit fcfdc4d68c
  1. 3
      scripts/lib.sh

@ -300,7 +300,8 @@ elif [ "$OSNAME" == "ubuntu" ] || [ "$OSNAME" == "debian" ]; then
aptitude install -y libcurl4-gnutls-dev aptitude install -y libcurl4-gnutls-dev
apt-get install -y devscripts apt-get install -y devscripts
apt install -y php-common webp lzma apt install -y php-common webp
apt install -y lzma lzma-dev
apt install -y libpcre3 libpcre3-dev apt install -y libpcre3 libpcre3-dev
apt install -y openssl libssl-dev apt install -y openssl libssl-dev

Loading…
Cancel
Save