Skip to content

Commit c1be652

Browse files
committed
Merge branch 'main' into release
2 parents 2a2b6ed + fad19a6 commit c1be652

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -691,8 +691,7 @@ fi
691691
apt=/etc/apt/sources.list.d
692692

693693
#create new folder if not all-ready exists
694-
mkdir /root/.gnupg/
695-
chmod 600 /root/.gnupg/
694+
mkdir -p /root/.gnupg/ && chmod 700 /root/.gnupg/
696695

697696
# Updating system
698697
echo "Adding required repositories to proceed with installation:"

install/hst-install-ubuntu.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -662,6 +662,9 @@ fi
662662
# Define apt conf location
663663
apt=/etc/apt/sources.list.d
664664

665+
# Create new folder if not all-ready exists
666+
mkdir -p /root/.gnupg/ && chmod 700 /root/.gnupg/
667+
665668
# Updating system
666669
echo "Adding required repositories to proceed with installation:"
667670
echo

0 commit comments

Comments
 (0)