Browse Source

install_bin: minor improve help text

pull/1575/head
bol-van 2 months ago
parent
commit
20b69cb63d
  1. 4
      install_bin.sh

4
install_bin.sh

@ -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

Loading…
Cancel
Save