From 0568bbb8dc71f03db29fdf40762d5147e04fd14d Mon Sep 17 00:00:00 2001 From: Andrea Pollastri <18210420+andreapollastri@users.noreply.github.com> Date: Sat, 16 Mar 2024 18:27:31 +0100 Subject: [PATCH] Fix --- README.md | 4 +++- go.sh | 16 +++------------- storage/app/scripts/getRamStatus.sh | 2 +- 3 files changed, 7 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 08720f98..cb101e34 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # CIPI 4 is coming... -DO NOT USE Master branch... I'm working on it! Use 3.x branch! +Currently DO NOT USE Master branch... I'm working on it! Use 3.x branch! + +Documentation is available on www.cipi.sh website! diff --git a/go.sh b/go.sh index e5c1daf9..5f2a18b9 100644 --- a/go.sh +++ b/go.sh @@ -111,7 +111,7 @@ echo "${reset}" sleep 1s sudo DEBIAN_FRONTEND=noninteractive apt-get -y update -sudo DEBIAN_FRONTEND=noninteractive apt-get -y install software-properties-common curl wget nano vim rpl sed zip unzip expect dirmngr apt-transport-https lsb-release ca-certificates dnsutils dos2unix htop +sudo DEBIAN_FRONTEND=noninteractive apt-get -y install software-properties-common curl wget nano vim rpl sed zip unzip expect dirmngr apt-transport-https lsb-release ca-certificates dnsutils dos2unix htop nodejs @@ -281,6 +281,7 @@ sudo DEBIAN_FRONTEND=noninteractive apt-get -y install php8.3-fileinfo sudo DEBIAN_FRONTEND=noninteractive apt-get -y install php8.3-imap sudo DEBIAN_FRONTEND=noninteractive apt-get -y install php8.3-cli sudo DEBIAN_FRONTEND=noninteractive apt-get -y install php8.3-openssl +sudo DEBIAN_FRONTEND=noninteractive apt-get -y install php8.3-intl PHPINI=/etc/php/8.3/fpm/conf.d/cipi.ini sudo touch $PHPINI sudo cat > "$PHPINI" <