diff --git a/stage3/01-pwn-packages/01-run-chroot.sh b/stage3/01-pwn-packages/01-run-chroot.sh index 4bd7b256..91a40795 100755 --- a/stage3/01-pwn-packages/01-run-chroot.sh +++ b/stage3/01-pwn-packages/01-run-chroot.sh @@ -9,3 +9,6 @@ curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh -s -- -y export PATH="/root/.cargo/bin:$PATH" source /root/.profile source /root/.cargo/env + +echo -e "\e[32m### Setting usb0 managed by NM ###\e[0m" +nmcli dev set usb0 managed yes \ No newline at end of file