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.
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env bash
2
2
  set -e
3
3
 
4
- VERSION="1.1.8"
4
+ VERSION="1.1.9"
5
5
  CONFIG_DIR="$HOME/.config/termux-connecting"
6
6
  CONFIG_FILE="$CONFIG_DIR/config"
7
7
  SSH_PORT=8022
@@ -103,14 +103,25 @@ echo " Username : $USERNAME"
103
103
  echo " IP : $IP"
104
104
  echo " Port : 8022"
105
105
  echo ""
106
- echo " Untuk koneksi dari PC/Mac:"
107
- echo " ssh -p 8022 ${USERNAME}@${IP}"
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!"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "termux-connecting",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "description": "CLI setup Termux + koneksi SSH dari PC/Mac dengan Telegram alert",
5
5
  "bin": {
6
6
  "termux-connecting": "bin/termux-connecting",