Skip to content

Commit

Permalink
fix: Shebang content
Browse files Browse the repository at this point in the history
1. Change Shebang from absolute path to logical path, which can adapt to
   more situations.
  • Loading branch information
dctxmei authored and IceCodeNew committed Jan 19, 2021
1 parent 8d7f3e8 commit a24fe68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install-dat-release.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

# This Bash script to install the latest release of geoip.dat and geosite.dat:

Expand Down
2 changes: 1 addition & 1 deletion install-release.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

# The files installed by the script conform to the Filesystem Hierarchy Standard:
# https://wiki.linuxfoundation.org/lsb/fhs
Expand Down

0 comments on commit a24fe68

Please sign in to comment.