mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-10 07:30:25 -04:00
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
1 changed files with 2 additions and 1 deletions
|
@ -12,8 +12,9 @@ if [ "$(lsb_release -d | grep -qEi 'debian|buntu|mint')" ]; then
|
||||||
echo Not a supported Linux
|
echo Not a supported Linux
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
read -p "Did you install Android SDK? Y/N " response
|
|
||||||
while true; do
|
while true; do
|
||||||
|
read -p "Did you install Android SDK? Y/N " response
|
||||||
|
|
||||||
case $response in
|
case $response in
|
||||||
[yY] ) echo Checking android setup...;
|
[yY] ) echo Checking android setup...;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue