Browse Source

Update heimdalldashboard2.4.8-update.sh

tteckster 3 years ago
parent
commit
c7fe5d9a9e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      misc/heimdalldashboard2.4.8-update.sh

+ 1 - 0
misc/heimdalldashboard2.4.8-update.sh

@@ -47,6 +47,7 @@ tar xvzf ${RELEASE}.tar.gz &>/dev/null
 VER=$(curl -s https://api.github.com/repos/linuxserver/Heimdall/releases/latest \
 | grep "tag_name" \
 | awk '{print substr($2, 3, length($2)-4) }')
+mkdir /opt/Heimdall
 mv Heimdall-${VER}/* /opt/Heimdall
 echo -e "${CM}${CL} \r"