Skip to content

Commit

Permalink
Merge pull request v2fly#23 from Loyalsoldier/refine-script
Browse files Browse the repository at this point in the history
Make scripts more compatible and fail fast
  • Loading branch information
dctxmei authored Jul 11, 2020
2 parents 9e23002 + cf8dab8 commit feaf4e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion install-dat-release.sh
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
4 changes: 3 additions & 1 deletion install-release.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit feaf4e2

Please sign in to comment.