We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c0379a commit 24b6867Copy full SHA for 24b6867
scriptmodules/ports/rigelengine.sh
@@ -47,7 +47,6 @@ function install_rigelengine() {
47
function game_data_rigelengine() {
48
if [[ ! -f "$romdir/ports/duke2/NUKEM2.EXE" ]]; then
49
downloadAndExtract "https://github.com/Exarkuniv/game-data/raw/main/duke2.zip" "$romdir/ports/duke2/"
50
- #mv "$romdir/ports/duke2/Duke2"* "$romdir/ports/duke2/"
51
chown -R $user:$user "$romdir/ports/duke2"
52
fi
53
}
0 commit comments