1
0
mirror of synced 2025-02-12 10:09:24 +03:00
This commit is contained in:
hwdsl2 2014-12-12 21:13:20 -08:00
parent c55bec7b7d
commit b792afb92d

View File

@ -22,7 +22,7 @@
# Attribution required: please include my name in any derivative and let me # Attribution required: please include my name in any derivative and let me
# know how you have improved it! # know how you have improved it!
if [[ "$(uname)" == "Darwin" ]]; then if [ "$(uname)" = "Darwin" ]; then
echo "DO NOT run this script on your Mac! It should only be run on a newly-created EC2 instance" echo "DO NOT run this script on your Mac! It should only be run on a newly-created EC2 instance"
echo "or other dedicated server / VPS, after you have modified it to set the three variables below." echo "or other dedicated server / VPS, after you have modified it to set the three variables below."
echo "Please see detailed instructions at the URLs in the comments." echo "Please see detailed instructions at the URLs in the comments."