Skip to content

Commit

Permalink
Silence
Browse files Browse the repository at this point in the history
  • Loading branch information
Loudbooks authored Oct 10, 2024
1 parent 27cb8ab commit cf11c2b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions macos-run.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
if [[ $(uname -m) == 'arm64' ]]; then
cd /tmp && curl -LO "https://github.com/Loudbooks/ReportBook/releases/latest/download/reportbook-macos-aarch64"
echo Downloading the aarch64 version of ReportBook...
cd /tmp && curl -LO -s "https://github.com/Loudbooks/ReportBook/releases/latest/download/reportbook-macos-aarch64"
chmod +x ./reportbook-macos-aarch64
./reportbook-macos-aarch64
rm ./reportbook-macos-aarch64
else
cd /tmp && curl -LO "https://github.com/Loudbooks/ReportBook/releases/latest/download/reportbook-macos-x86_64"
echo Downloading the x86_64 version of ReportBook...
cd /tmp && curl -LO -s "https://github.com/Loudbooks/ReportBook/releases/latest/download/reportbook-macos-x86_64"
chmod +x ./reportbook-macos-x86_64
./reportbook-macos-x86_64
rm ./reportbook-macos-x86_64
Expand Down

0 comments on commit cf11c2b

Please sign in to comment.