fix: add python-libnacl dep, use sudo -E instead of pkexec

This commit is contained in:
2026-06-16 20:36:30 +02:00
parent c1692355fc
commit 5ee1695fc0
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -199,7 +199,6 @@ fsarchiver
gpart
gparted
grsync
partitionmanager
hdparm
# DESKTOP
@@ -271,3 +270,4 @@ yay
## Installer
cnchi
python-libnacl
+2 -2
View File
@@ -177,8 +177,8 @@ rm -rf "/var/cache/pacman/pkg/"
echo "---> Keep ranked mirrorlist for live session (removed revert to packaged default) --->"
rm -f "/etc/pacman.d/mirrorlist-from-package"
echo "---> Fix cnchi desktop file to use pkexec --->"
sed -i 's|^Exec=cnchi$|Exec=pkexec cnchi|' "/usr/share/applications/cnchi.desktop"
echo "---> Fix cnchi desktop file to use sudo -E --->"
sed -i 's|^Exec=cnchi$|Exec=sudo -E cnchi|' "/usr/share/applications/cnchi.desktop"
# cnchi 0.17.1+ already has the regain_privileges fix in source