mirror of https://github.com/tteck/Proxmox.git
Mafl Dashboard empty config
This commit is contained in:
parent
4509f77819
commit
359110601f
|
@ -41,6 +41,7 @@ msg_info "Installing Mafl v${RELEASE}"
|
||||||
wget -q https://github.com/hywax/mafl/archive/refs/tags/v${RELEASE}.tar.gz
|
wget -q https://github.com/hywax/mafl/archive/refs/tags/v${RELEASE}.tar.gz
|
||||||
$STD tar -xzf v${RELEASE}.tar.gz
|
$STD tar -xzf v${RELEASE}.tar.gz
|
||||||
mkdir -p /opt/mafl/data
|
mkdir -p /opt/mafl/data
|
||||||
|
touch /opt/mafl/data/config.yml
|
||||||
mv mafl-${RELEASE}/* /opt/mafl
|
mv mafl-${RELEASE}/* /opt/mafl
|
||||||
rm -rf mafl-${RELEASE}
|
rm -rf mafl-${RELEASE}
|
||||||
cd /opt/mafl
|
cd /opt/mafl
|
||||||
|
|
Loading…
Reference in New Issue