File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ if [[ "$(rpm -E %fedora)" -eq "42" ]]; then
9
9
sed -i ' s|uupd|& --disable-module-distrobox|' /usr/lib/systemd/system/uupd.service
10
10
fi
11
11
12
+ # setup sudo-rs
13
+ if [[ " $( rpm -E %fedora) " -eq " 42" ]]; then
14
+ ln -sf /usr/bin/su-rs /usr/bin/su
15
+ ln -sf /usr/bin/sudo-rs /usr/bin/sudo
16
+ ln -sf /usr/bin/visudo-rs /usr/bin/visudo
17
+ fi
12
18
13
19
# Setup Systemd
14
20
systemctl enable rpm-ostree-countme.service
Original file line number Diff line number Diff line change 200
200
"all" : [
201
201
" bazaar" ,
202
202
" google-noto-fonts-all" ,
203
- " uupd"
203
+ " uupd" ,
204
+ " sudo-rs"
204
205
],
205
206
"dx" : []
206
207
},
207
208
"exclude" : {
208
209
"all" : [
209
- " gnome-software"
210
+ " gnome-software"
210
211
],
211
212
"dx" : []
212
213
}
You can’t perform that action at this time.
0 commit comments