mirror of
https://github.com/Snigdha-OS/snigdhaos-pkgbuilds.git
synced 2025-09-21 03:55:02 +02:00
fix(add): add polkit
This commit is contained in:
6
snigdhaos-calamares-config/calamares_polkit
Normal file
6
snigdhaos-calamares-config/calamares_polkit
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
if [ $(which pkexec) ]; then
|
||||
pkexec --disable-internal-agent "/usr/bin/calamares" "$@"
|
||||
else
|
||||
/usr/bin/calamares "$@"
|
||||
fi
|
Reference in New Issue
Block a user