diff --git a/Makefile b/Makefile index bbcfa18..6d75817 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Autogenerated at 28.09.2022 07:40 using ./gen-makefile +# Autogenerated at 28.09.2022 22:15 using ./gen-makefile .DEFAULT_GOAL := help #=============================================== @@ -79,6 +79,10 @@ grubc: kde-appmenu: @./install/kde-appmenu +# Install KDE Backports + ppa +kde-backports: + @./install/kde-backports + # Install libreoffice libreoffice: @./install/libreoffice diff --git a/install/kde-backports b/install/kde-backports new file mode 100755 index 0000000..af9e1d2 --- /dev/null +++ b/install/kde-backports @@ -0,0 +1,14 @@ +#!/bin/bash +##makedesc: Install KDE Backports + ppa + +echo +echo "===============================================" +echo "Installing KDE Backports + ppa..." +echo "===============================================" +echo + +sudo add-apt-repository -y ppa:kubuntu-ppa/backports +sudo add-apt-repository -y ppa:kubuntu-ppa/backports-extra +sudo apt update +sudo pkcon update +sudo apt full-upgrade