We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675fbce commit d908b3eCopy full SHA for d908b3e
recipes/base.yml
@@ -20,7 +20,7 @@ modules:
20
- echo -e "\033[90mAdd plugdev group to sysusers.d (not done in Ublue)\033[0m"
21
- echo "g plugdev -" > /usr/lib/sysusers.d/30-append-plugdev-group.conf
22
## This is for mtk devices flashing
23
- - echo "g dialout - -" > /usr/lib/sysusers.d/mtk-dialout.conf
+ - echo "g dialout - -" > /usr/lib/sysusers.d/01-mtk-dialout.conf
24
# Game-device-udev rules
25
- echo -e "\033[90mDownloading game-device-udev zip file\033[0m"
26
- curl -fLs --create-dirs https://codeberg.org/fabiscafe/game-devices-udev/archive/main.zip -o /tmp/ublue-config/game-devices-udev/main.zip
0 commit comments