curseme/install.sh

9 lines
125 B
Bash
Raw Permalink Normal View History

2022-05-19 06:19:18 +02:00
#!/bin/bash
# potentially destructive
cd packwrk
cp -R mods/ ~/.minecraft/
cp -R overrides/* ~/.minecraft/
echo "done? :o"