Skip to content

Commit

Permalink
Remove bash specifics from install.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Valérian Rousset <[email protected]>
  • Loading branch information
JulienVig and tharvik authored Feb 8, 2024
1 parent 9159787 commit 63640e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
set -e # Exit script on error
DIR="$( cd "$( dirname "$0" )" ; pwd -P )" # Fetch current directory

Expand Down

0 comments on commit 63640e6

Please sign in to comment.