mirror of
https://github.com/2dust/v2rayN.git
synced 2026-04-16 12:35:46 +00:00
Update package-debian.sh
This commit is contained in:
parent
12b24f6e8d
commit
be311ddb19
1 changed files with 2 additions and 2 deletions
|
|
@ -5,12 +5,12 @@ set -euo pipefail
|
|||
. /etc/os-release
|
||||
|
||||
case "${ID:-}" in
|
||||
debian|ubuntu)
|
||||
debian)
|
||||
echo "Detected supported system: ${NAME:-$ID} ${VERSION_ID:-}"
|
||||
;;
|
||||
*)
|
||||
echo "Unsupported system: ${NAME:-unknown} (${ID:-unknown})."
|
||||
echo "This script only supports: Debian / Ubuntu."
|
||||
echo "This script only supports: Debian."
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Reference in a new issue