Skip to content

Commit

Permalink
Added install script
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaeltrevizani committed Nov 14, 2024
1 parent 463bee3 commit e7ddbb6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions INSTALL.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/bash

if make && cd scripts && bash update.sh && cd ../; then
echo "Install successful"
else
echo "An error occurred during installation"
fi

0 comments on commit e7ddbb6

Please sign in to comment.