From 9afe1bedba7ca14bef47bd4f632ea91ab348c3eb Mon Sep 17 00:00:00 2001 From: Baho Utot Date: Fri, 24 May 2019 14:51:00 -0400 Subject: [PATCH] Update installer.sh --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index 15e1507..58734ee 100755 --- a/installer.sh +++ b/installer.sh @@ -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