termux-connecting 1.1.8 → 1.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/termux-connect-pc +1 -1
- package/bin/termux-connecting +13 -2
- package/package.json +1 -1
package/bin/termux-connect-pc
CHANGED
package/bin/termux-connecting
CHANGED
|
@@ -103,14 +103,25 @@ echo " Username : $USERNAME"
|
|
|
103
103
|
echo " IP : $IP"
|
|
104
104
|
echo " Port : 8022"
|
|
105
105
|
echo ""
|
|
106
|
-
echo "
|
|
107
|
-
echo "
|
|
106
|
+
echo " Di PC/Mac, jalankan perintah berikut:"
|
|
107
|
+
echo " npm i -g termux-connecting"
|
|
108
|
+
echo " termux-connect-pc"
|
|
109
|
+
echo ""
|
|
110
|
+
echo " Lalu isi data di atas saat diminta."
|
|
111
|
+
echo " Setelah setup, cukup: ssh ${HOST_ALIAS:-termux-a8star}"
|
|
108
112
|
echo ""
|
|
109
113
|
warn "Pastikan HP dan PC terhubung ke jaringan WiFi YANG SAMA"
|
|
110
114
|
echo ""
|
|
111
115
|
echo " Jika SSH server belum jalan:"
|
|
112
116
|
echo " sshd"
|
|
113
117
|
echo ""
|
|
118
|
+
echo " Data koneksi — simpan untuk setup PC:"
|
|
119
|
+
echo " ┌─────────────────────────────┐"
|
|
120
|
+
echo " │ Username : $USERNAME │"
|
|
121
|
+
echo " │ IP : $IP │"
|
|
122
|
+
echo " │ Port : 8022 │"
|
|
123
|
+
echo " └─────────────────────────────┘"
|
|
124
|
+
echo ""
|
|
114
125
|
|
|
115
126
|
echo "----------------------------------------"
|
|
116
127
|
info "Setup selesai!"
|