We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 288d850 commit 4ad5d39Copy full SHA for 4ad5d39
1 file changed
install/hst-install.sh
@@ -50,7 +50,7 @@ if [ -e "/etc/os-release" ] && [ ! -e "/etc/redhat-release" ]; then
50
VERSION='ubuntu'
51
else
52
echo "lsb_release is currently not installed, please install it:"
53
- echo "apt-get update && apt-get install lsb_release"
+ echo "apt-get update && apt-get install lsb-release"
54
exit 1
55
fi
56
elif [ "$type" = "debian" ]; then
0 commit comments