No description
|
|
||
|---|---|---|
| manjaro-android | new line | |
| zsh | new line | |
| complite | new line | |
| LICENSE | update | |
| manjaro_run | new line | |
| manjaro_up | new line | |
| README.md | new line | |
| termuxssh | new line | |
| update | new line | |
termux
Обновление Termux
pkg install git -y ; cd ~/ ; git clone https://codeberg.org/linuxshef/termux.git ; cd termux ; ./update
Если возникает ошибка после выполнения первой команды , выполние последовательно эти команды
pkg install root-repo -y ; pkg install x11-repo -y ; pkg install unstable-repo -y
pkg install git -y ; cd ~/ ; git clone https://codeberg.org/linuxshef/termux.git ; cd termux ; ./update
Установка Manjaro в Termux
pkg install -y wget proot pv pulseaudio git ; cd ~/ ; git clone https://codeberg.org/linuxshef/termux.git ; cd termux ; ./manjaro_run
Автозапуск
cd ~/ ; git clone https://codeberg.org/linuxshef/termux.git ; cd termux ; ./manjaro_up
Полная преднастройка Termux для работы
pkg install git -y ; cd ~/ ; git clone https://codeberg.org/linuxshef/termux.git ; cd termux ; ./complite
SSH Termux
Для настройки SSH скопировать и вставить в терминал
pkg install openssh git -y ; cd ~/ ; git clone https://codeberg.org/linuxshef/termux.git ; ./termuxssh