diff options
Diffstat (limited to 'files')
-rw-r--r-- | files/etc/rc.local | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/etc/rc.local b/files/etc/rc.local index 775a383..8d93e07 100644 --- a/files/etc/rc.local +++ b/files/etc/rc.local @@ -34,7 +34,7 @@ if [ -f "/etc/screenrc.startup" ]; then ( . /etc/default/locale && cd /root && HOME=/root LANG=$LANG /usr/bin/screen -d -m -S root -c /etc/screenrc.startup ) fi -# See https://links.sarava.org/tags/badusb +# See https://links.fluxo.info/tags/badusb if [ -e "/sys/module/usbcore/parameters/authorized_default" ]; then echo "0" > /sys/module/usbcore/parameters/authorized_default |