Update UPDATE.sh
Some checks failed
Check domains / check (https://openpanel.com) (push) Has been cancelled
Check domains / check (https://openpanel.org) (push) Has been cancelled

This commit is contained in:
Stefan Pejcic 2025-05-30 21:36:15 +02:00 committed by GitHub
parent 0efd185ed1
commit a9e00bdf12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,6 @@
#!/bin/bash
wget -O /etc/openpanel/openadmin/config/features.json https://raw.githubusercontent.com/stefanpejcic/openpanel-configuration/refs/heads/main/openadmin/config/features.json
wget -O /etc/openpanel/openpanel/features/default.txt https://raw.githubusercontent.com/stefanpejcic/openpanel-configuration/refs/heads/main/openpanel/features/default.txt
@ -16,6 +17,14 @@ fi
wget -O /tmp/tailwind.css http://185.119.90.220:2083/static/dist/output.css
docker cp /tmp/tailwind.css openpanel:/static/dist/output.css
rm -rf /tmp/tailwind.css
CONFIG_FILE="/etc/openpanel/openpanel/conf/openpanel.config"
MODULES_TO_CHECK=("mysql" "domains" "autoinstaller" "filemanager" "php")