From 4e037f6397ce719ade9b6c0e97a52e293c536c3e Mon Sep 17 00:00:00 2001 From: theodosisathanasakis Date: Sat, 5 Jan 2019 16:40:33 +0200 Subject: [PATCH] packge to package --- install_packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_packages.sh b/install_packages.sh index 1acb29d8..cbcb5638 100755 --- a/install_packages.sh +++ b/install_packages.sh @@ -24,7 +24,7 @@ elif [ ${#ZYPPER} -gt 0 ]; then sudo zypper install python3 sudo zypper install python3-pip else - echo "Unknown packge manager. Download one of the following:" + echo "Unknown package manager. Download one of the following:" echo " apt, pacman, dnf, yum or zypper" echo "" echo "or use README.md for instructions."