feat: KIAUH v4.0.0 #191

Merged
dw-0 merged 453 commits from v4-rc into master 2022-05-29 20:11:16 +02:00
Showing only changes of commit e4c0f34629 - Show all commits

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