Revert shebang to /usr/bin/env bash
This commit is contained in:
parent
4d0c127b9b
commit
0e3fed419e
1 changed files with 1 additions and 1 deletions
2
fetch.sh
2
fetch.sh
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
# Fetch info about your system
|
||||
#
|
||||
# Optional Dependencies: (You'll lose these features without them)
|
||||
|
|
Loading…
Reference in a new issue