Skip to content

Commit

Permalink
Fixed multimc download
Browse files Browse the repository at this point in the history
  • Loading branch information
iAmInActions authored Jun 16, 2021
1 parent ee476a9 commit 3ba5fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubuntu_minecraft_launcher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ clear
mkdir /home/notroot/
chown notroot /home/notroot/
cd /home/notroot/
wget --no-check-certificate 'https://docs.google.com/uc?export=download&id=1EkW9E4o7BI3YRhFpGV0NQ8KAKqICM2Jn' -O mmc.tar.gz
wget 'https://github.com/FreddyFeuerstein/fileiobrokesoiusethisnow/blob/main/mmc.tar.gz?raw=true' -O mmc.tar.gz
tar -xf ./mmc.tar.gz
cd MultiMC/
chown -R notroot /home/notroot/
Expand Down

0 comments on commit 3ba5fec

Please sign in to comment.