From 9d7ab3d073f1cf3144e9e241092ee43f9d83add6 Mon Sep 17 00:00:00 2001 From: Sergei Solovev <31823239+SeAnSolovev@users.noreply.github.com> Date: Sun, 24 Nov 2024 14:36:34 +0300 Subject: [PATCH] Name and challenge apt.install.sh changed to deb.install.sh (#7) --- README.md | 4 ++-- apt.install.sh => deb.install.sh | 0 install.sh | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) rename apt.install.sh => deb.install.sh (100%) 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