diff --git a/CHANGELOG b/CHANGELOG index 408dd1e..daf0994 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,7 @@ - Fix bug for mailgun api - Fix bug for sendgrid api - Fix bug for sendinblue api +- Fix bug for mysql and mariadb database for timestamp fields - Update README.md - Update install script ### Version 1.0.5 diff --git a/install.sh b/install.sh index 309ed29..e3df759 100755 --- a/install.sh +++ b/install.sh @@ -32,7 +32,7 @@ if [[ "$OSTYPE" == "darwin"* ]]; then if [[ $(uname -m) == "x86_64" ]]; then curl -LJO https://github.com/cploutarchou/MicroGO/releases/download/v1.0.7/microGo-MacOS-x86_64 & spinner $! - mv microGo /Users/"$userDir"/go/bin/microGo + mv microGo-MacOS-x86_64 /Users/"$userDir"/go/bin/microGo else curl -LJO https://github.com/cploutarchou/MicroGO/releases/download/v1.0.7/microGo-MacOS-ARM64 & spinner $!