fix(klipper.sh): fix typo

Signed-off-by: Dominik Willner th33xitus@gmail.com
This commit is contained in:
th33xitus
2022-03-19 13:46:18 +01:00
parent 6ff55a9ea7
commit 9eab46f02a

View File

@@ -111,7 +111,7 @@ function install_klipper_packages(){
status_msg "Updating lists of packages..."
sudo apt-get update --allow-releaseinfo-change
### Install desired packages
### Install required packages
status_msg "Installing packages..."
sudo apt-get install --yes "${packages[@]}"
}