Update installer.sh

This commit is contained in:
Baho Utot
2019-05-24 14:51:00 -04:00
committed by GitHub
parent 52216ba414
commit 9afe1bedba

View File

@@ -137,7 +137,7 @@ chmod +x ${ROOTPATH}/tmp/script.sh
chroot ${ROOTPATH} /usr/bin/env -i \
HOME=/root \
TERM="${TERM}" \
PS1='(intsaller) \u:\w:\$' \
PS1='(installer) \u:\w:\$' \
PATH=/bin:/usr/bin:/sbin:/usr/sbin \
/bin/bash --login -c 'cd /tmp;./script.sh'
_end_run