Sliming down attempt
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@ -5,14 +5,14 @@
|
||||
Backup script utilizing Rclone to backup local file systems and send notifications.
|
||||
|
||||
# Minimum requirements
|
||||
- PHP8.1
|
||||
- PHP8.4
|
||||
- Composer to install required packages.
|
||||
- Rclone installed
|
||||
|
||||
# Rclone install
|
||||
rm rclone-current-linux-amd64.deb
|
||||
wget https://downloads.rclone.org/rclone-current-linux-amd64.deb
|
||||
sudo dpkg -i rclone-current-linux-amd64.deb
|
||||
rm rclone-current-linux-amd64.deb
|
||||
|
||||
# For development
|
||||
|
||||
@ -20,7 +20,7 @@ sudo dpkg -i rclone-current-linux-amd64.deb
|
||||
curl -sSL https://packages.sury.org/php/README.txt | sudo bash -x
|
||||
sudo apt update
|
||||
sudo apt upgrade
|
||||
sudo apt install php8.3-cli php8.3-xml php8.3-curl php8.3-zip php8.3-xdebug php8.3-mbstring unzip wget graphviz plantuml
|
||||
sudo apt install php8.34-cli php8.4-xml php8.34-curl php8.4-zip php8.4-xdebug php8.4-mbstring unzip wget graphviz plantuml
|
||||
|
||||
# PHP Docs
|
||||
rm phpDocumentor.phar
|
||||
|
Reference in New Issue
Block a user