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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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