This commit is contained in:
2024-11-24 21:13:37 +08:00
parent 7bb8a8c839
commit e2c0d1de87
65 changed files with 2306 additions and 437 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
##makedesc: Install php v8.1 + ppa
##makedesc: Install php v8.3 + ppa
[ $1 ] && PHPVER="$1" || PHPVER="8.1"
[ $1 ] && PHPVER="$1" || PHPVER="8.3"
echo
echo "==============================================="
echo "Installing php${PHPVER}..."