Skip to content

Commit

Permalink
Added permission change to allow USB redirection.
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanSelen committed Dec 18, 2024
1 parent 417dff5 commit c98ecb8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ntos/configs/minimal/finish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ mkdir -p /home/$current_user/.config/autostart
cp /etc/xdg/autostart/light-locker.desktop /home/$current_user/.config/autostart
echo 'Hidden=true' >> /home/$current_user/.config/autostart/light-locker.desktop
# Setting USB-bus permissions for redirection
chmod -R 777 /dev/bus/usb/
echo -e '\nPending reboot, press any key to reboot.'
read doReboot
/sbin/reboot now
Expand Down

0 comments on commit c98ecb8

Please sign in to comment.