Update heimdalldashboard-install.sh

tweak install
pull/2688/head
tteckster 9 months ago committed by GitHub
parent 8d87cc6aaa
commit 6037d381ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -29,6 +29,9 @@ tar xzf ${RELEASE}.tar.gz
VER=$(curl -s https://api.github.com/repos/linuxserver/Heimdall/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')
rm -rf ${RELEASE}.tar.gz
mv Heimdall-${VER} /opt/Heimdall
cd /opt/Heimdall
cp .env.example .env
$STD php artisan key:generate
msg_ok "Installed Heimdall Dashboard ${RELEASE}"
msg_info "Creating Service"

Loading…
Cancel
Save

Powered by BW's shoe-string budget.