Hax4us / TermuxAlpine

Use TermuxAlpine.sh calling to install Alpine Linux in Termux on Android. This setup script will attempt to set Alpine Linux up in your Termux environment.
MIT License
551 stars 77 forks source link

ensure that the HOME variable and -w (working directory) match #39

Closed laughingbiscuit closed 3 years ago

laughingbiscuit commented 3 years ago

Each time I run startalpine I am loaded into the /home directory, but $HOME is set to /root. This PR corrects the HOME variable.

Alternatively, we could set -w /root in the same command if we prefer to use /root at the home dir.

laughingbiscuit commented 3 years ago

p.s. thanks for the great project :)