1
2
Fork
You've already forked termux
1
No description
  • Shell 100%
linuxshef 485cfb64ea update
2026年06月17日 11:28:22 +03:00
manjaro-android new line 2025年12月08日 16:25:19 +03:00
zsh new line 2025年12月08日 16:25:19 +03:00
complite new line 2025年12月08日 16:25:19 +03:00
LICENSE update 2026年06月17日 11:28:22 +03:00
manjaro_run new line 2025年12月08日 16:25:19 +03:00
manjaro_up new line 2025年12月08日 16:25:19 +03:00
README.md new line 2025年08月25日 23:34:19 +03:00
termuxssh new line 2025年12月08日 16:25:19 +03:00
update new line 2025年12月08日 16:25:19 +03:00

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