ref: 27fcf28208785d14c5307ed77467170a358ccb37
parent: eab187d8644882e876dac54aa90a10f4d19041ad
author: sl <sl@x1tit>
date: Sun Oct 12 19:27:51 EDT 2025
on: fix bad words.
--- a/on
+++ b/on
@@ -1,6 +1,6 @@
#!/bin/rc
-# 1. Connect Lenovo USB-C to Ethernet Adapter to computer.
-# 2. Boot computer.
+# 1. Connect the Lenovo USB-C to Ethernet Adapter to the computer.
+# 2. Boot the computer.
# 3. Remove and then re-connect the Lenovo USB-C to Ethernet Adapter.
# 4. Run this script.
dev=`{usbtree | grep 'Lenovo USB-C to LAN' | awk '{print $1}' | sed 's/^ep//g; s/\..*//'}
--
⑨