fix(klipper.sh): fix typo
Signed-off-by: Dominik Willner th33xitus@gmail.com
This commit is contained in:
@@ -111,7 +111,7 @@ function install_klipper_packages(){
|
|||||||
status_msg "Updating lists of packages..."
|
status_msg "Updating lists of packages..."
|
||||||
sudo apt-get update --allow-releaseinfo-change
|
sudo apt-get update --allow-releaseinfo-change
|
||||||
|
|
||||||
### Install desired packages
|
### Install required packages
|
||||||
status_msg "Installing packages..."
|
status_msg "Installing packages..."
|
||||||
sudo apt-get install --yes "${packages[@]}"
|
sudo apt-get install --yes "${packages[@]}"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user