mirror of
https://github.com/tteck/Proxmox.git
synced 2024-12-26 10:49:56 +02:00
Update grocy.sh
tweak
This commit is contained in:
parent
12454bdba7
commit
4d06a6019b
@ -58,6 +58,7 @@ if [[ ! -f /etc/apache2/sites-available/grocy.conf ]]; then msg_error "No ${APP}
|
|||||||
msg_info "Updating ${APP}"
|
msg_info "Updating ${APP}"
|
||||||
php_version=$(php -v | head -n 1 | awk '{print $2}')
|
php_version=$(php -v | head -n 1 | awk '{print $2}')
|
||||||
if [[ ! $php_version == "8.3"* ]]; then
|
if [[ ! $php_version == "8.3"* ]]; then
|
||||||
|
apt-get update
|
||||||
apt-get install -y php8.3
|
apt-get install -y php8.3
|
||||||
update-alternatives --set php /usr/bin/php8.3
|
update-alternatives --set php /usr/bin/php8.3
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user