Skip to content

Commit

Permalink
PUSH
Browse files Browse the repository at this point in the history
-> Unzip was showing
  • Loading branch information
NaysKutzu committed Nov 28, 2024
1 parent 94c9965 commit 3513b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ sleep 1

cd /opt/mythicaldash
curl -Lo MythicalDash.zip https://github.com/MythicalLTD/MythicalDash-Nightly/releases/latest/download/MythicalDash.zip >> /opt/mythicaldash/installer_logs/download-log.log 2>&1 # TODO: Replace to the release channel!!
unzip MythicalDash.zip
unzip MythicalDash.zip >> /opt/mythicaldash/installer_logs/unzip-log.log 2>&1
printf "\n\x1b[2;1m┃\x1b[0;2m Files downloaded. \x1b[0m"
sleep 1

Expand Down

0 comments on commit 3513b53

Please sign in to comment.