Skip to content

Commit 23f24d6

Browse files
Squishy123igorpecovnik
authored andcommitted
Removed sudo usage from postInst script
1 parent 1bb20a3 commit 23f24d6

File tree

1 file changed

+2
-2
lines changed
  • config/desktop/trixie/environments/kde-plasma-mobile/debian

1 file changed

+2
-2
lines changed

config/desktop/trixie/environments/kde-plasma-mobile/debian/postinst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ systemctl --user enable pulseaudio
1010
systemctl --user restart pulseaudio
1111

1212
#configure sddm
13-
sudo mkdir -p /etc/sddm.conf.d
14-
sudo cat <<- EOF > /etc/sddm.conf.d/armbian.conf
13+
mkdir -p /etc/sddm.conf.d
14+
cat <<- EOF > /etc/sddm.conf.d/armbian.conf
1515
[Theme]
1616
Current=breeze
1717
[General]

0 commit comments

Comments
 (0)