mention that gzip needs to be GNU too

This commit is contained in:
Jack
2020-04-27 13:38:48 +03:00
parent add5dbd945
commit a183b86aa9
+1 -1
View File
@@ -197,7 +197,7 @@ if [[ -z "$(echo "xxd" | xxd -p 2>/dev/null)" || \
-z "$(wget --version 2>/dev/null)" ]]; then -z "$(wget --version 2>/dev/null)" ]]; then
echo "Please make sure the following packages are installed:" echo "Please make sure the following packages are installed:"
echo "coreutils gzip unzip xxd wget" echo "coreutils gzip unzip xxd wget"
echo "Please make sure the coreutils package is the GNU variant." echo "Please make sure the coreutils and gzip packages are the GNU variant."
exit exit
fi fi