fix: add python-libnacl dep, use sudo -E instead of pkexec
This commit is contained in:
+1
-1
@@ -199,7 +199,6 @@ fsarchiver
|
|||||||
gpart
|
gpart
|
||||||
gparted
|
gparted
|
||||||
grsync
|
grsync
|
||||||
partitionmanager
|
|
||||||
hdparm
|
hdparm
|
||||||
|
|
||||||
# DESKTOP
|
# DESKTOP
|
||||||
@@ -271,3 +270,4 @@ yay
|
|||||||
|
|
||||||
## Installer
|
## Installer
|
||||||
cnchi
|
cnchi
|
||||||
|
python-libnacl
|
||||||
|
|||||||
@@ -177,8 +177,8 @@ rm -rf "/var/cache/pacman/pkg/"
|
|||||||
echo "---> Keep ranked mirrorlist for live session (removed revert to packaged default) --->"
|
echo "---> Keep ranked mirrorlist for live session (removed revert to packaged default) --->"
|
||||||
rm -f "/etc/pacman.d/mirrorlist-from-package"
|
rm -f "/etc/pacman.d/mirrorlist-from-package"
|
||||||
|
|
||||||
echo "---> Fix cnchi desktop file to use pkexec --->"
|
echo "---> Fix cnchi desktop file to use sudo -E --->"
|
||||||
sed -i 's|^Exec=cnchi$|Exec=pkexec cnchi|' "/usr/share/applications/cnchi.desktop"
|
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
|
# cnchi 0.17.1+ already has the regain_privileges fix in source
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user