From 30634c0e34858c42dd9722b5f1761aeca04dcad2 Mon Sep 17 00:00:00 2001 From: Scott Osteen Date: Sat, 26 Oct 2024 21:57:10 -0500 Subject: [PATCH] addressing logo bug in update command --- install/linux.sh | 2 +- install/mac.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install/linux.sh b/install/linux.sh index 93d5d5c..0fb2016 100755 --- a/install/linux.sh +++ b/install/linux.sh @@ -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" diff --git a/install/mac.sh b/install/mac.sh index f8e0dcf..3e65244 100755 --- a/install/mac.sh +++ b/install/mac.sh @@ -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"