Skip to content

Commit

Permalink
Merge pull request #33 from osteensco/logofix
Browse files Browse the repository at this point in the history
addressing logo bug in update command
  • Loading branch information
osteensco authored Oct 27, 2024
2 parents cc1de3e + 30634c0 commit 11864c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install/linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exe_install() {
# get the version
version_tag=$(git describe --tags --abbrev=0)
# get the logo
logo=$(install/logo.sh)
logo=$(sudo install/logo.sh)

sudo mkdir -p "$TARGET_DIR"
echo "Created dir $TARGET_DIR"
Expand Down
2 changes: 1 addition & 1 deletion install/mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exe_install() {
# get the version from the github
version_tag=$(git describe --tags --abbrev=0)
# get the logo
logo=$(install/logo.sh)
logo=$(sudo install/logo.sh)

sudo mkdir -p "$TARGET_DIR"
echo "Created dir $TARGET_DIR"
Expand Down

0 comments on commit 11864c3

Please sign in to comment.