From a24fe6823b02e2f1780e4d7845353bf84531e038 Mon Sep 17 00:00:00 2001 From: Dct Mei Date: Tue, 19 Jan 2021 11:47:13 +0800 Subject: [PATCH] fix: Shebang content 1. Change Shebang from absolute path to logical path, which can adapt to more situations. --- install-dat-release.sh | 2 +- install-release.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install-dat-release.sh b/install-dat-release.sh index 8e13a87..73f6dcb 100644 --- a/install-dat-release.sh +++ b/install-dat-release.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # This Bash script to install the latest release of geoip.dat and geosite.dat: diff --git a/install-release.sh b/install-release.sh index ebe8eec..a3e942c 100644 --- a/install-release.sh +++ b/install-release.sh @@ -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