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
d3ef231786
commit
310d792c86
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@
|
|||
|
||||
# Check for macOS
|
||||
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
|
||||
echo "Warning: MacOS is currently untested. If there's any issues, please report them on GitHub."
|
||||
read -p "Are you sure you want to continue? [y/N] " macOSChoice
|
||||
case "$macOSChoice" in
|
||||
[yY][eE][sS]|[yY]|[zZ]|[jJ])
|
||||
echo "Continuing with experimental support..."
|
||||
|
|
Loading…
Reference in a new issue