Improve aliases for cURL

This commit is contained in:
Jonny Barnes 2022-02-27 14:00:11 +00:00
parent 248f4be293
commit abc6309882
2 changed files with 8 additions and 3 deletions

View file

@ -1,6 +1,8 @@
export PLATFORM="unkown"
osname=$(uname -s)
cputpye=£(uname -m)
cputype=$(uname -m)
if [[ "$osname" == 'Linux' ]]; then
export PLATFORM="linux"
elif [[ "$osname" == 'Darwin' ]]; then