Change variable to something more readable and more short
This commit is contained in:
@ -22,7 +22,7 @@ But you can change destination directory if needed:
|
||||
|
||||
```bash
|
||||
chmod +x ./install-and-chroot.sh
|
||||
DIR="/my_alpine_chroot" ./install-and-chroot.sh
|
||||
DIRPATH="/my_alpine_chroot" ./install-and-chroot.sh
|
||||
```
|
||||
|
||||
and then:
|
||||
@ -31,6 +31,8 @@ and then:
|
||||
/my_alpine_chroot/enter-chroot
|
||||
```
|
||||
|
||||
Pay attention: DIRPATH should be an absolute path.
|
||||
|
||||
# TODO
|
||||
|
||||
* adapt script to install yunoconfig dependencies (alpine-chroot-install -p)
|
||||
|
Reference in New Issue
Block a user