https://github.com/wmartinmimi/nenv
helper script to create new chroot environment
https://github.com/wmartinmimi/nenv
alpine chroot-script unlicense
Last synced: 7 days ago
JSON representation
helper script to create new chroot environment
- Host: GitHub
- URL: https://github.com/wmartinmimi/nenv
- Owner: wmartinmimi
- License: unlicense
- Created: 2023-05-14T14:06:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-17T07:22:18.000Z (about 3 years ago)
- Last Synced: 2025-03-27T08:22:02.947Z (over 1 year ago)
- Topics: alpine, chroot-script, unlicense
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# nenv
Creates new chroot environment easily.
Uses Alpine chroot distro.
## How to use
### Create new chroot
```sh
nenv $new_chroot
chroot $new_chroot
```
### Delete created nenv chroot
```sh
rm -rf $old_chroot
```
## How to install
### Do something similar
```sh
git clone https://github.com/wmartinmimi/nenv
cd nenv && chmod 700 nenv
echo "alias nenv=$(pwd)/nenv" >> ~/.bashrc
```
## License
Licensed under ```Unlicense License```