Merge pull request #23 from Loyalsoldier/refine-script

Make scripts more compatible and fail fast
pull/25/head
Dct Mei 2020-07-11 10:49:44 +00:00 committed by GitHub
commit feaf4e2522
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,6 @@
#!/bin/bash
#!/usr/bin/env bash
set -euxo pipefail
# This Bash script to install the latest release of geoip.dat and geosite.dat:

View File

@ -1,4 +1,6 @@
#!/bin/bash
#!/usr/bin/env bash
set -euxo pipefail
# The files installed by the script conform to the Filesystem Hierarchy Standard:
# https://wiki.linuxfoundation.org/lsb/fhs