mirror of
https://github.com/2dust/v2rayN.git
synced 2026-04-17 21:15:47 +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
|
. /etc/os-release
|
||||||
|
|
||||||
case "${ID:-}" in
|
case "${ID:-}" in
|
||||||
debian|ubuntu)
|
debian)
|
||||||
echo "Detected supported system: ${NAME:-$ID} ${VERSION_ID:-}"
|
echo "Detected supported system: ${NAME:-$ID} ${VERSION_ID:-}"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Unsupported system: ${NAME:-unknown} (${ID:-unknown})."
|
echo "Unsupported system: ${NAME:-unknown} (${ID:-unknown})."
|
||||||
echo "This script only supports: Debian / Ubuntu."
|
echo "This script only supports: Debian."
|
||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue