-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Yonle edited this page Oct 22, 2021
·
16 revisions
Welcome to the alpine-proot wiki! Here you will find some how-to do a thing in alpine-proot.
For more information related to alpine linux, Please check https://wiki.alpinelinux.org.
./main.sh -h
Usage: su [options] [-] [username [args]]
Options:
-c, --command COMMAND pass COMMAND to the invoked shell
-h, --help display this help message and exit
-, -l, --login make the shell a login shell
-m, -p,
--preserve-environment do not reset environment variables, and
keep the same shell
-s, --shell SHELL use SHELL instead of the default in passwd
If no username is given, assume root.
./main.sh
Or
./main.sh [username]
- Bash is required.
- Atleast PRoot v5 is installed in your host
- Atleast curl is installed.
- A working Internet Connection
Bash, curl, and PRoot is required. Working Network connection is required in order to download Alpine minirootfs.
PulseAudio may required in your host if you want Sound Support.
curl -Lo alpine-proot.sh git.io/alpine-proot.sh
chmod x alpine-proot.sh
./alpine-proot.sh
rm -rf $HOME/.alpinelinux_container
./alpine-proot.sh
Our community is ready to help you out. You may check the community at here