mirror of
https://github.com/SangeloDev/niminit.git
synced 2024-11-22 16:32:40 +00:00
Fix syntax errors again.
This commit is contained in:
parent
5bb081c321
commit
d3ef231786
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
# Check for macOS
|
# Check for macOS
|
||||||
if [[ $OSTYPE == 'darwin'* ]]; then
|
if [[ $OSTYPE == 'darwin'* ]]; then
|
||||||
read -p "Warning: MacOS is currently untested. If there's any issues, please report them on GitHub.\n Are you sure you want to continue? [y/N] " macOSChoice
|
read -p "Warning: MacOS is currently untested. If there's any issues, please report them on GitHub.\n Are you sure you want to continue? [y/N] " macOSChoice
|
||||||
case
|
case "$macOSChoice" in
|
||||||
[yY][eE][sS]|[yY]|[zZ]|[jJ])
|
[yY][eE][sS]|[yY]|[zZ]|[jJ])
|
||||||
echo "Continuing with experimental support..."
|
echo "Continuing with experimental support..."
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue