Merge branch 'update_setup_optional_android_mac' into 'main'
Updated setup_macos.sh to ask if Android SDK has been installed - if it hasn't... Closes #242 See merge request veilid/veilid!84
This commit is contained in:
commit
5b152dc5d2
@ -12,8 +12,9 @@ if [ "$(lsb_release -d | grep -qEi 'debian|buntu|mint')" ]; then
|
||||
echo Not a supported Linux
|
||||
exit 1
|
||||
fi
|
||||
read -p "Did you install Android SDK? Y/N " response
|
||||
while true; do
|
||||
read -p "Did you install Android SDK? Y/N " response
|
||||
|
||||
case $response in
|
||||
[yY] ) echo Checking android setup...;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user