mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-24 16:11:36 +00:00
MacOS doesn't seem to like ~ as /home/jay
This commit is contained in:
@@ -14,7 +14,7 @@ OPTIONS:
|
||||
EOF
|
||||
}
|
||||
|
||||
target_dir="~/bin/"
|
||||
target_dir="$HOME/bin/"
|
||||
gamarch=$(uname -m)
|
||||
gamos=$(uname -s)
|
||||
gamversion="latest"
|
||||
|
||||
Reference in New Issue
Block a user