We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aff19d2 commit 6da0314Copy full SHA for 6da0314
1 file changed
install.sh
@@ -12,4 +12,5 @@ apt-get autoremove -y && \
12
apt-get autoclean -y
13
14
#download linux
15
-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 -
16
+chmod +x MagicBox_amd64_linux
0 commit comments