Skip to content

Commit 251f113

Browse files
committed
Changed download link
1 parent 15bcc15 commit 251f113

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

install.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,11 @@ make -j4 || error "Failed to build dhewm3"
100100

101101
Yes_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

0 commit comments

Comments
 (0)