mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-11-21 16:37:39 -06:00
Updated setup_macos.sh to ask if Android SDK has been installed - if it hasn't then skip those checks.
Also updated setup_linux.sh to fix a minor bug with the check done there.
This commit is contained in:
parent
9077161b14
commit
2a58a8c847
@ -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