curseme/install.sh

9 lines
125 B
Bash
Executable File

#!/bin/bash
# potentially destructive
cd packwrk
cp -R mods/ ~/.minecraft/
cp -R overrides/* ~/.minecraft/
echo "done? :o"