Small updates

This commit is contained in:
Jeroen Oudshoorn
2026-07-28 22:07:19 +02:00
parent 124f52c0a6
commit 1d0026ea37
+3
View File
@@ -9,3 +9,6 @@ curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh -s -- -y
export PATH="/root/.cargo/bin:$PATH" export PATH="/root/.cargo/bin:$PATH"
source /root/.profile source /root/.profile
source /root/.cargo/env source /root/.cargo/env
echo -e "\e[32m### Setting usb0 managed by NM ###\e[0m"
nmcli dev set usb0 managed yes