Skip to content

Commit

Permalink
update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dwgnr committed Mar 16, 2023
1 parent 0719f6a commit a1def30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/bash
# This is script shows how you can install the usermgmt
# tool on a Mac with M1 chip using a prebuilt release
# tool on a Mac with M1 using a prebuilt release
# from GitHub.
#
# Author: Dominik Wagner, 2022

version=v0.4.1
version=v0.4.8
arch=aarch64
target_dir=/Users/$USER/usermgmt

Expand Down

0 comments on commit a1def30

Please sign in to comment.