All Projects → sqlsec → Termux Install Linux

sqlsec / Termux Install Linux

Licence: apache-2.0
Termux一键安装Linux脚本

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Termux Install Linux

Osint San
Framework для сбора данных из открытых источников. В Framework используется большое количество API, их необходимо зарегистрировать самому.​
Stars: ✭ 99 (-30.77%)
Mutual labels:  termux
Termux Extra Packages
Stars: ✭ 110 (-23.08%)
Mutual labels:  termux
Termux Apt Repo
Script to create Termux apt repositories.
Stars: ✭ 131 (-8.39%)
Mutual labels:  termux
Hpomb
HPomb closed-source project for SMS , Call & Mail bombing available for Window , Linux , MacOS And Android( Termux )
Stars: ✭ 102 (-28.67%)
Mutual labels:  termux
Afgcrack
All in 1 Afganisthani Facebook Cloner [ 7/8/9/10/11 DIGIT ]
Stars: ✭ 105 (-26.57%)
Mutual labels:  termux
Alpine Term
Repository has been moved.
Stars: ✭ 121 (-15.38%)
Mutual labels:  termux
Zphisher
An automated phishing tool with 30+ templates.
Stars: ✭ 1,321 (+823.78%)
Mutual labels:  termux
Anlinux Resources
Image and Script for LinuxOnAndroid App
Stars: ✭ 135 (-5.59%)
Mutual labels:  termux
Awesome Termux
Awesome Termux :- Bash Scripts, Wiki, Articles,Shells & Many More...
Stars: ✭ 108 (-24.48%)
Mutual labels:  termux
Termux App Upgradedversion
Termux upgrade version
Stars: ✭ 129 (-9.79%)
Mutual labels:  termux
Pakcrack
All in 1 Pakisthani Facebook Cloner [ 7/8/9/10/11 DIGIT ]
Stars: ✭ 105 (-26.57%)
Mutual labels:  termux
Postinstall
💻 Bash Script to automate post-installation steps
Stars: ✭ 104 (-27.27%)
Mutual labels:  termux
Toolsig
toolsigv3.1 (Instagram Tools)
Stars: ✭ 121 (-15.38%)
Mutual labels:  termux
Dotfiles
Awesome personal dotfiles
Stars: ✭ 99 (-30.77%)
Mutual labels:  termux
Tunnel
Use Ngrok In Termux With Advanced Options
Stars: ✭ 133 (-6.99%)
Mutual labels:  termux
Termux Ndk
android-ndk for termux
Stars: ✭ 91 (-36.36%)
Mutual labels:  termux
Zpm
ZPM — Zsh Plugin Manager
Stars: ✭ 112 (-21.68%)
Mutual labels:  termux
Facebash Termux
Facebook BruteForce [ By Tor ] Tool For Termux.
Stars: ✭ 141 (-1.4%)
Mutual labels:  termux
Anon Sms
A Tool To Send Messages Anonymously..
Stars: ✭ 117 (-18.18%)
Mutual labels:  termux
Anlinux Adfree
AnLinux, Ad free version.
Stars: ✭ 127 (-11.19%)
Mutual labels:  termux

前言简介

Termux 一键安装 Linux 脚本

灵感来源于 AnLinux 和 AndroNix。

这两个软件提供的脚本下载资源都在国外,而且安装的系统里面更新源也是国外的,再没有 vim 编辑器的情况下,只能手动 echo 写入源 很是难受,于是一气之下就自己写了这个脚本了,核心镜像文件的下载地址使用的是码云(心疼码云3秒钟)。

依赖安装

Termux 使用如下命令安装:

pkg install proot git python -y

基本使用

git clone https://github.com/sqlsec/termux-install-linux
cd termux-install-linux
python termux-linux-install.py

基本上可以直接上手,0 学习成本,用户输错了也没关系,因为国光我都考虑到了,用户想篡改我的网址我也想到了,除非你有点代码基础,否则不是白嫖党小白你想象的那样直接修改就可以了的!

Ubuntu

安装成功后,可以直接这样启动:

cd ~/Termux-Linux/Ubuntu
./start-ubuntu.sh

Kali

这个 Kali 是轻量级的,大家要安装完整的 Kali Nethunter 的话 ,可以参考我的 Termux 文章里面的操作细节: Termux 高级终端安装使用配置教程: Kali NetHunter

cd ~/Termux-Linux/Kali
./start-kali.sh

Debian

cd ~/Termux-Linux/Debian
./start-debian.sh

总结

本脚本不会经常更新,除非有重大使用问题,暂时不考虑增加新的操作系统了,也不考虑增加图形化桌面安装功能,随缘佛系更新。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].