From 8367e204f1812c4318b2c99617973d17b085e5e0 Mon Sep 17 00:00:00 2001 From: lw-everestlinux Date: Thu, 1 Sep 2022 07:59:31 -0400 Subject: [PATCH] fixed bugs --- scripts/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/build.sh b/scripts/build.sh index 590e506..6ceb77d 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -146,6 +146,8 @@ then printf "[ i ] The stage 1 installation has now finished.\n" #printf "su - everest" printf "[ i ] Please execute the stage 2 installation.\n" + cd ../.. + mv everest-install ${EVEREST}/tmp su - everest #printf "test" fi