Change variable to something more readable and more short

This commit is contained in:
2018-08-02 17:08:41 +02:00
parent e0e576ff0e
commit 6d93d48059
2 changed files with 11 additions and 10 deletions

View File

@ -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)