Przeglądaj źródła

Fix typo in the tip (#3075)

Oleg Barabanov 3 lat temu
rodzic
commit
4ad5d3955d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      install/hst-install.sh

+ 1 - 1
install/hst-install.sh

@@ -50,7 +50,7 @@ if [ -e "/etc/os-release" ] && [ ! -e "/etc/redhat-release" ]; then
             VERSION='ubuntu'
         else
             echo "lsb_release is currently not installed, please install it:"
-            echo "apt-get update && apt-get install lsb_release"
+            echo "apt-get update && apt-get install lsb-release"
             exit 1
         fi
     elif [ "$type" = "debian" ]; then