diff --git a/Makefile b/Makefile index c6a43ef..bbcfa18 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Autogenerated at 26.08.2022 08:21 using ./gen-makefile +# Autogenerated at 28.09.2022 07:40 using ./gen-makefile .DEFAULT_GOAL := help #=============================================== diff --git a/install/canon-mg2500 b/install/canon-mg2500 index 93830ff..829e08c 100755 --- a/install/canon-mg2500 +++ b/install/canon-mg2500 @@ -7,5 +7,5 @@ echo "Installing Canon Pixma MG2500 + ppa..." echo "===============================================" echo -sudo add-apt-repository ppa:thierry-f/fork-michael-gruz +sudo add-apt-repository -y ppa:thierry-f/fork-michael-gruz sudo apt install cnijfilter-mg2500series scangearmp-mg2500series diff --git a/install/grubc b/install/grubc index 3bf5ed5..236fd10 100755 --- a/install/grubc +++ b/install/grubc @@ -7,5 +7,5 @@ echo "Installing grub-customizer (latest)..." echo "===============================================" echo -sudo add-apt-repository ppa:danielrichter2007/grub-customizer +sudo add-apt-repository -y ppa:danielrichter2007/grub-customizer sudo apt install -y --autoremove grub-customizer diff --git a/install/ulauncher b/install/ulauncher index 4b061c4..e50fcc2 100755 --- a/install/ulauncher +++ b/install/ulauncher @@ -7,5 +7,5 @@ echo "Installing ulauncher (latest) + ppa..." echo "===============================================" echo -sudo add-apt-repository ppa:agornostal/ulauncher +sudo add-apt-repository -y ppa:agornostal/ulauncher sudo apt install -y --autoremove ulauncher diff --git a/install/wine b/install/wine index 053dc02..8b42e73 100755 --- a/install/wine +++ b/install/wine @@ -9,6 +9,6 @@ echo sudo dpkg --add-architecture i386 wget -qO- https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add - -sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main' +sudo add-apt-repository -y 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main' sudo apt install -y --autoremove winehq-stable wine --version