Skip to content

Commit

Permalink
chmod +x
Browse files Browse the repository at this point in the history
  • Loading branch information
srcrs committed Oct 21, 2023
1 parent aff19d2 commit 6da0314
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ apt-get autoremove -y && \
apt-get autoclean -y

#download linux
curl -s https://api.github.com/repos/srcrs/magicbox/releases/latest | grep browser_download_url | grep linux | cut -d'"' -f4 | wget -i -
curl -s https://api.github.com/repos/srcrs/magicbox/releases/latest | grep browser_download_url | grep linux | cut -d'"' -f4 | wget -i -
chmod +x MagicBox_amd64_linux

0 comments on commit 6da0314

Please sign in to comment.