File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -100,12 +100,11 @@ make -j4 || error "Failed to build dhewm3"
100100
101101Yes_Downloading_torrent () {
102102 figlet Downloading Game Files | lolcat
103- git clone https://github.com/techcoder20/RPIDoom3Installation.git ~ /RPIDoom3Installation || error " Failed to clone github repository"
104- cd ~ /RPIDoom3Installation || exit
105- wget https://github.com/techcoder20/Doom3DemoGameFiles/releases/download/1.0.0/Doom3DemoGameFiles.zip || error " Failed to download game files"
103+ cd ~ /RPIDoom3Installer || exit
104+ wget https://github.com/techcoder20/RPIDoom3Installer/releases/download/1.0.0/Doom3DemoGameFiles.zip || error " Failed to download game files"
106105 unzip Doom3DemoGameFiles.zip || error " Failed to extract game files"
107106 cd ~ /temp/dhewm3/neo/build/ || exit
108- cp base.so d3xp.so dhewm3 libidlib.a ~ /RPIDoom3Installation /Doom3DemoGameFiles || error " Failed to copy necessary files to Doom3DemoGameFile Folder"
107+ cp base.so d3xp.so dhewm3 libidlib.a ~ /RPIDoom3Installer /Doom3DemoGameFiles || error " Failed to copy necessary files to Doom3DemoGameFile Folder"
109108 cp ~ /Doom3DemoGameFiles/Doom3Demo.desktop ~ /Desktop || error " "
110109}
111110
You can’t perform that action at this time.
0 commit comments