Skip to content

Commit 4ad5d39

Browse files
Fix typo in the tip (hestiacp#3075)
1 parent 288d850 commit 4ad5d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/hst-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if [ -e "/etc/os-release" ] && [ ! -e "/etc/redhat-release" ]; then
5050
VERSION='ubuntu'
5151
else
5252
echo "lsb_release is currently not installed, please install it:"
53-
echo "apt-get update && apt-get install lsb_release"
53+
echo "apt-get update && apt-get install lsb-release"
5454
exit 1
5555
fi
5656
elif [ "$type" = "debian" ]; then

0 commit comments

Comments
 (0)