mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 09:51:36 +00:00
extra space
This commit is contained in:
@@ -149,7 +149,7 @@ fi
|
||||
|
||||
echo -e "\n"
|
||||
while true; do
|
||||
read -p "Can you run a full browser on this machine? (usually Y for MacOS, N for Linux if you SSH into this machine) " yn
|
||||
read -p "Can you run a full browser on this machine? (usually Y for MacOS, N for Linux if you SSH into this machine) " yn
|
||||
case $yn in
|
||||
[Yy]*) break;;
|
||||
[Nn]*) touch $target_dir/gam/nobrowser.txt; break;;
|
||||
|
||||
Reference in New Issue
Block a user