https://github.com/fukaoi/create-alpine-droid-tool
Install alpine linux on android. Use termux-app
https://github.com/fukaoi/create-alpine-droid-tool
Last synced: about 1 month ago
JSON representation
Install alpine linux on android. Use termux-app
- Host: GitHub
- URL: https://github.com/fukaoi/create-alpine-droid-tool
- Owner: fukaoi
- Created: 2022-10-08T13:24:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-08T13:47:26.000Z (over 2 years ago)
- Last Synced: 2025-02-04T15:49:09.747Z (3 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Create alpin droid tool
### Usage
+ Termux-app in android
+ pkg install tsu (* sudo command)
+ $ sudo ./setup.sh### start-alpine.sh
```
#!/bin/shsu -c "/data/alpineLinux/up.sh"
su -c "/data/alpineLinux/chroot.sh"
```### stop-alpine.sh
```
#!/bin/shsu -c "/data/alpineLinux/down.sh"
```