Skip to content

Commit

Permalink
Update deepce.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
stealthcopter authored May 3, 2021
1 parent ce212c7 commit 1c8339e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deepce.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1196,7 +1196,8 @@ EOF
if make 1>/dev/null ; then
printSuccess "Done"
else
printError "Failed to make. Do you have all the required libraries installed?" && exit 1
printError "Failed to make. Do you have all the required libraries installed?"
exit 1
fi

printQuestion "Mounting kernel module..."
Expand Down

0 comments on commit 1c8339e

Please sign in to comment.