Add telnet command
This commit is contained in:
@@ -2,10 +2,10 @@ FROM archlinux:base-devel
|
||||
|
||||
RUN pacman -Syu --noconfirm \
|
||||
python python-pip \
|
||||
devtools rsync \
|
||||
arch-install-scripts rsync \
|
||||
aarch64-linux-gnu-gcc aarch64-linux-gnu-binutils aarch64-linux-gnu-glibc aarch64-linux-gnu-linux-api-headers \
|
||||
git \
|
||||
android-tools
|
||||
android-tools openssh inetutils
|
||||
|
||||
RUN sed -i "s/EUID == 0/EUID == -1/g" $(which makepkg)
|
||||
|
||||
|
||||
2
main.py
2
main.py
@@ -5,6 +5,7 @@ from boot import cmd_boot
|
||||
from flash import cmd_flash
|
||||
from ssh import cmd_ssh
|
||||
from forwarding import cmd_forwarding
|
||||
from telnet import cmd_telnet
|
||||
import click
|
||||
|
||||
|
||||
@@ -20,3 +21,4 @@ cli.add_command(cmd_boot)
|
||||
cli.add_command(cmd_flash)
|
||||
cli.add_command(cmd_ssh)
|
||||
cli.add_command(cmd_forwarding)
|
||||
cli.add_command(cmd_telnet)
|
||||
|
||||
Reference in New Issue
Block a user