mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2025-12-18 17:43:02 -05:00
Replace 'sudo' with 'run0' in sys-usb for fedora-gnome
Signed-off-by: Ganwtrs <morga.nwinters-99@aliasvault.net>
This commit is contained in:
parent
4cfccb29a9
commit
a47bb73e9c
1 changed files with 4 additions and 4 deletions
|
|
@ -17,13 +17,13 @@
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
unpriv(){
|
unpriv(){
|
||||||
sudo -u nobody "${@}"
|
run0 -u nobody "${@}"
|
||||||
}
|
}
|
||||||
|
|
||||||
download() {
|
download() {
|
||||||
unpriv curl -s --proxy http://127.0.0.1:8082 "${1}" | sudo tee "${2}" > /dev/null
|
unpriv curl -s --proxy http://127.0.0.1:8082 "${1}" | run0 tee "${2}" > /dev/null
|
||||||
}
|
}
|
||||||
|
|
||||||
sudo dnf install -y android-tools mediawriter gnome-disk-utility
|
run0 dnf install -y android-tools mediawriter gnome-disk-utility
|
||||||
|
|
||||||
# In the dispvm template, delete ~/.config/autostart/nw.desktop to prevent the OnlyKey app from automatically starting.
|
# In the dispvm template, delete ~/.config/autostart/nw.desktop to prevent the OnlyKey app from automatically starting.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue