Skip to content

Commit

Permalink
Doom 3: use git_clone to fix preexisting directory error
Browse files Browse the repository at this point in the history
  • Loading branch information
Botspot committed Jul 15, 2023
1 parent 153860c commit 383ac54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/Doom 3/install
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ freeglut3-dev libvorbisfile3 libcurl4 cmake build-essential \
libsdl2-ttf-dev libsdl2-dev libsdl2-mixer-dev || error "Failed to install dependencies"

cd /tmp
git clone https://github.com/dhewm/dhewm3 || error "Failed to clone dhewm3 from github" #Cloning dhewm3 repository
git_clone https://github.com/dhewm/dhewm3 || error "Failed to clone dhewm3 from github" #Cloning dhewm3 repository
cd dhewm3/neo || exit
mkdir build || error "Failed to create build folder"
cd build || exit
Expand Down

0 comments on commit 383ac54

Please sign in to comment.