KDE Backports
This commit is contained in:
parent
a60d66a84d
commit
7ddcc73454
6
Makefile
6
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
|
||||
|
14
install/kde-backports
Executable file
14
install/kde-backports
Executable 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
|
Loading…
Reference in New Issue
Block a user