Sfoglia il codice sorgente

Fix typo in the tip (#3075)

Oleg Barabanov 3 anni fa
parent
commit
4ad5d3955d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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'
             VERSION='ubuntu'
         else
         else
             echo "lsb_release is currently not installed, please install it:"
             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
             exit 1
         fi
         fi
     elif [ "$type" = "debian" ]; then
     elif [ "$type" = "debian" ]; then