KDE Backports

This commit is contained in:
Anthony Axenov 2022-09-28 22:16:12 +08:00
parent a60d66a84d
commit 7ddcc73454
Signed by: anthony
GPG Key ID: EA9EC32FF7CCD4EC
2 changed files with 19 additions and 1 deletions

View File

@ -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

14
install/kde-backports Executable file
View File

@ -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