We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a2b6ed + fad19a6 commit c1be652Copy full SHA for c1be652
install/hst-install-debian.sh
@@ -691,8 +691,7 @@ fi
691
apt=/etc/apt/sources.list.d
692
693
#create new folder if not all-ready exists
694
-mkdir /root/.gnupg/
695
-chmod 600 /root/.gnupg/
+mkdir -p /root/.gnupg/ && chmod 700 /root/.gnupg/
696
697
# Updating system
698
echo "Adding required repositories to proceed with installation:"
install/hst-install-ubuntu.sh
@@ -662,6 +662,9 @@ fi
662
# Define apt conf location
663
664
665
+# Create new folder if not all-ready exists
666
667
+
668
669
670
echo
0 commit comments