mirror of
https://github.com/Snigdha-OS/snigdhaos-pkgbuilds.git
synced 2025-09-21 03:55:02 +02:00
🔧 build: remove dependenci on sudo
This commit is contained in:
@@ -1,8 +1,18 @@
|
||||
[Desktop Entry]
|
||||
Name=Snigdha OS Kernel Manager CLI
|
||||
Comment=Manage Linux kernels on Snigdha OS
|
||||
Exec=sudo /usr/local/bin/snigdhaos-kernel-manager-cli.sh
|
||||
Icon=package-x-generic
|
||||
Exec=sh -c "/usr/local/bin/snigdhaos-kernel-manager-cli.sh"
|
||||
Icon=utilities-terminal
|
||||
Terminal=true
|
||||
Type=Application
|
||||
Categories=System;Settings;
|
||||
Categories=System;Settings;Utility;Development;
|
||||
StartupNotify=true
|
||||
Actions=CheckForUpdates;ListKernels;
|
||||
|
||||
[Desktop Action CheckForUpdates]
|
||||
Name=Check for Kernel Manager CLI Updates
|
||||
Exec=sh -c "/usr/local/bin/snigdhaos-kernel-manager-cli.sh check-for-updates"
|
||||
|
||||
[Desktop Action ListKernels]
|
||||
Name=List Installed Kernels
|
||||
Exec=sh -c "/usr/local/bin/snigdhaos-kernel-manager-cli.sh list-installed-kernels"
|
||||
|
Reference in New Issue
Block a user