mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-03-03 18:00:18 +00:00
9 lines
126 B
Bash
9 lines
126 B
Bash
#!/bin/bash
|
|
{
|
|
set -e
|
|
set -u
|
|
|
|
echo "This package doesn't work for Mac or Linux yet - only Windows 10"
|
|
exit 1
|
|
}
|