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
3412789bd4
commit
1f28957e5a
@ -1,5 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
mkdir -p /etc/openpanel/openpanel/features
|
||||
|
||||
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/basic.txt https://raw.githubusercontent.com/stefanpejcic/openpanel-configuration/refs/heads/main/openpanel/features/basic.txt
|
||||
wget -O /etc/openpanel/openpanel/features/mysql_only.txt https://raw.githubusercontent.com/stefanpejcic/openpanel-configuration/refs/heads/main/openpanel/features/mysql_only.txt
|
||||
|
||||
|
||||
|
||||
DB_CONFIG_FILE="/usr/local/opencli/db.sh"
|
||||
. "$DB_CONFIG_FILE"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user