backupscript/install.sh
Jens True 14db929af1
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Bump requirements.
2023-10-04 09:39:36 +00:00

14 lines
486 B
Bash
Executable File

curl -sSL https://packages.sury.org/php/README.txt | sudo bash -x
sudo apt update
sudo apt upgrade
sudo apt install php8.2-cli php8.2-xml php8.2-curl php8.2-zip php8.2-xdebug php8.2-mbstring unzip wget graphviz plantuml
./composer.phar self-update
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 phpDocumentor.phar
wget https://phpdoc.org/phpDocumentor.phar
chmod +x phpDocumentor.phar