mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update UPDATE.sh
This commit is contained in:
parent
0efd185ed1
commit
a9e00bdf12
@ -1,5 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/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/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
|
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"
|
CONFIG_FILE="/etc/openpanel/openpanel/conf/openpanel.config"
|
||||||
MODULES_TO_CHECK=("mysql" "domains" "autoinstaller" "filemanager" "php")
|
MODULES_TO_CHECK=("mysql" "domains" "autoinstaller" "filemanager" "php")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user