Skip to content

Commit

Permalink
Make scripts more compatible and fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
Loyalsoldier committed Jul 11, 2020
1 parent ca6e20b commit cf8dab8
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 cf8dab8

Please sign in to comment.