diff --git a/README.md b/README.md index 42caf34..455f036 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,11 @@ chmod +x ./autoinstall/install.sh ``` > [!NOTE] > install.sh always downloads the latest release.\ -> If you want to run it directly, use apt.install.sh for Debian and Ubuntu. +> If you want to run it directly, use deb.install.sh for Debian and Ubuntu. **Running the installation script directly for debian and ubuntu** ```bash -chmod +x ./autoinstall/install.sh && ./autoinstall/apt.install.sh +chmod +x ./autoinstall/deb.install.sh && ./autoinstall/deb.install.sh ``` ## Additional information: - **Web server:** NGINX + PHP-FPM diff --git a/apt.install.sh b/deb.install.sh similarity index 100% rename from apt.install.sh rename to deb.install.sh diff --git a/install.sh b/install.sh index 6a5b619..faf1b93 100644 --- a/install.sh +++ b/install.sh @@ -85,8 +85,8 @@ if $foundOs; then echo "===================================" 2>&1 | sudo tee -a "$logsInst" > /dev/null echo "Starting the automatic installation" | tee -a "$logsInst" echo "===================================" 2>&1 | sudo tee -a "$logsInst" > /dev/null - sudo chmod +x /tmp/torrentpier/autoinstall/apt.install.sh 2>&1 | sudo tee -a "$logsInst" > /dev/null - sudo /tmp/torrentpier/autoinstall/apt.install.sh + sudo chmod +x /tmp/torrentpier/autoinstall/deb.install.sh 2>&1 | sudo tee -a "$logsInst" > /dev/null + sudo /tmp/torrentpier/autoinstall/deb.install.sh fi done else