Skip to content

Commit

Permalink
temp remove minecraft
Browse files Browse the repository at this point in the history
  • Loading branch information
iiamabby committed Feb 26, 2024
1 parent 88ffd10 commit ec1c337
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/scripts/example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ rpm-ostree install -y java-17-openjdk
export PATH="/usr/lib/jvm/java-17-openjdk-17.0.8.0.7-1.fc38.x86_64/bin:$PATH"
echo $PATH

mkdir usr/bin/minecraftforge && \
cd usr/bin/minecraftforge && \
wget "https://maven.minecraftforge.net/net/minecraftforge/forge/1.20.1-47.2.0/forge-1.20.1-47.2.0-mdk.zip" -O temp.zip && \
unzip temp.zip && \
rm temp.zip
ls usr/bin
#mkdir usr/bin/minecraftforge && \
#cd usr/bin/minecraftforge && \
#wget "https://maven.minecraftforge.net/net/minecraftforge/forge/1.20.1-47.2.0/forge-1.20.1-47.2.0-mdk.zip" -O temp.zip && \
#unzip temp.zip && \
#rm temp.zip
#ls usr/bin

0 comments on commit ec1c337

Please sign in to comment.