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 2432883c6c
commit e4c0f34629

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[@]}"
}