0
0
mirror of https://github.com/bol-van/zapret.git synced 2025-06-30 18:43:05 +00:00

install_bin: minor improve help text

This commit is contained in:
bol-van 2025-06-16 07:15:08 +03:00
parent ef4f8a2b86
commit 20b69cb63d

View File

@ -136,6 +136,7 @@ if [ ! -d "$BINDIR" ] || ! dir_is_not_empty "$BINDIR" ]; then
Linux) Linux)
echo "you need to download release from github or build binaries from source" echo "you need to download release from github or build binaries from source"
echo "building from source requires debian/ubuntu packages : make gcc zlib1g-dev libcap-dev libnetfilter-queue-dev libmnl-dev libsystemd-dev" echo "building from source requires debian/ubuntu packages : make gcc zlib1g-dev libcap-dev libnetfilter-queue-dev libmnl-dev libsystemd-dev"
echo "libsystemd-dev required only on systemd based systems"
echo "on distributions with other package manager find dev package analogs" echo "on distributions with other package manager find dev package analogs"
echo "to compile on systems with systemd : make systemd" echo "to compile on systems with systemd : make systemd"
echo "to compile on other systems : make" echo "to compile on other systems : make"
@ -156,9 +157,6 @@ if [ ! -d "$BINDIR" ] || ! dir_is_not_empty "$BINDIR" ]; then
echo "to compile : read docs" echo "to compile : read docs"
echo "to make things easier use zapret-win-bundle" echo "to make things easier use zapret-win-bundle"
;; ;;
*)
echo "to compile : make"
;;
esac esac
exit 1 exit 1
fi fi