mirror of
https://github.com/torrentpier/autoinstall.git
synced 2025-02-28 15:10:55 +03:00
Name and challenge apt.install.sh changed to deb.install.sh (#7)
This commit is contained in:
parent
cfd81be11b
commit
9d7ab3d073
@ -29,11 +29,11 @@ chmod +x ./autoinstall/install.sh
|
|||||||
```
|
```
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> install.sh always downloads the latest release.\
|
> 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**
|
**Running the installation script directly for debian and ubuntu**
|
||||||
```bash
|
```bash
|
||||||
chmod +x ./autoinstall/install.sh && ./autoinstall/apt.install.sh
|
chmod +x ./autoinstall/deb.install.sh && ./autoinstall/deb.install.sh
|
||||||
```
|
```
|
||||||
## Additional information:
|
## Additional information:
|
||||||
- **Web server:** NGINX + PHP-FPM
|
- **Web server:** NGINX + PHP-FPM
|
||||||
|
@ -85,8 +85,8 @@ if $foundOs; then
|
|||||||
echo "===================================" 2>&1 | sudo tee -a "$logsInst" > /dev/null
|
echo "===================================" 2>&1 | sudo tee -a "$logsInst" > /dev/null
|
||||||
echo "Starting the automatic installation" | tee -a "$logsInst"
|
echo "Starting the automatic installation" | tee -a "$logsInst"
|
||||||
echo "===================================" 2>&1 | sudo tee -a "$logsInst" > /dev/null
|
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 chmod +x /tmp/torrentpier/autoinstall/deb.install.sh 2>&1 | sudo tee -a "$logsInst" > /dev/null
|
||||||
sudo /tmp/torrentpier/autoinstall/apt.install.sh
|
sudo /tmp/torrentpier/autoinstall/deb.install.sh
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user