Skip to content

Commit 0c464b5

Browse files
committed
Bugfix when regenerating env.sh
1 parent efb75f3 commit 0c464b5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

airootfs/root/scripts/archinstall.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,9 @@ prompt_environment()
134134
print_message "--------------------------------------------"
135135
print_message "Press ENTER to continue, or Ctrl+C to abort."
136136
print_message "--------------------------------------------"
137+
137138
read
139+
source $ENVPATH
138140
;;
139141
esac
140142
}

0 commit comments

Comments
 (0)