
SystemUpdaterMenuArch
Homepage
Source (link to git-repo or to original if based on someone elses unmodified work):
claudemods
Description:
simple service menu for Arch distros to update system and application packages
from within kde plasma's dolphin file manager simple right click anywhere in the filemanager
click update system and application packages enter your password and let the script do the rest
the konsole will automatically close if theres no updates or the updates have been installed
all commands used are given below or you can check the Updater.sh your self in a text editor application such as kate
v1.02
added colour gold output in terminal
new all in one .zip simply unzip to your needed location for plasma 6
more information below
v1.01
added new dark green colour to command outputs
also new red process bar and option to clear cache after updating
please download new provided Updater.zip
How to install:
you can install the desktop file from context store in dolphin only
you can download both needed files e.g .desktop and the Updater.zip from this website https://www.pling.com/p/2156196
and unpack to the following location depending on your plasma version as its needed for this menu to work
For kde5 move the downloaded Updated.sh file file to ~/.local/share/kservices5/ServiceMenus (create the folder if it's missing)
Also use right click on the file > Properties > Permissions > And mark the checkbox next to the text "Is executable". or use $ chmod +x ./Updater.sh
For kde6 move the downloaded Updater.sh to ~/.local/share/kio/servicemenus/ (create the folder if it's missing)
Also use right click on the file > Properties > Permissions > And mark the checkbox next to the text "Is executable". use $ chmod +x ./Updater.sh
commands used in this menu are
sudo pacman -Sy --noconfirm
sudo pacman -Syu --noconfirm
sudo pacman -Sc --noconfirm
support me and others with the button below to keep projects like this going Last changelog:
from within kde plasma's dolphin file manager simple right click anywhere in the filemanager
click update system and application packages enter your password and let the script do the rest
the konsole will automatically close if theres no updates or the updates have been installed
all commands used are given below or you can check the Updater.sh your self in a text editor application such as kate
v1.02
added colour gold output in terminal
new all in one .zip simply unzip to your needed location for plasma 6
more information below
v1.01
added new dark green colour to command outputs
also new red process bar and option to clear cache after updating
please download new provided Updater.zip
How to install:
you can install the desktop file from context store in dolphin only
you can download both needed files e.g .desktop and the Updater.zip from this website https://www.pling.com/p/2156196
and unpack to the following location depending on your plasma version as its needed for this menu to work
For kde5 move the downloaded Updated.sh file file to ~/.local/share/kservices5/ServiceMenus (create the folder if it's missing)
Also use right click on the file > Properties > Permissions > And mark the checkbox next to the text "Is executable". or use $ chmod +x ./Updater.sh
For kde6 move the downloaded Updater.sh to ~/.local/share/kio/servicemenus/ (create the folder if it's missing)
Also use right click on the file > Properties > Permissions > And mark the checkbox next to the text "Is executable". use $ chmod +x ./Updater.sh
commands used in this menu are
sudo pacman -Sy --noconfirm
sudo pacman -Syu --noconfirm
sudo pacman -Sc --noconfirm
support me and others with the button below to keep projects like this going
v1.02
new all in one .zip
added colour gold output in terminal
Ratings & Comments
0 Comments