We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37e6e07 commit 6d23bb8Copy full SHA for 6d23bb8
salt-quick-start.sh
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
__ScriptName="salt-quick-start.sh"
4
-SALT_REPO_URL="https://packages.broadcom.com/artifactory/salt-project-generic/onedir"
+SALT_REPO_URL="https://packages.broadcom.com/artifactory/saltproject-generic/onedir"
5
_COLORS=${QS_COLORS:-$(tput colors 2>/dev/null || echo 0)}
6
7
_LOCAL=0
@@ -94,7 +94,7 @@ __parse_repo_json_jq() {
94
# $2 is ARCH
95
96
# get dir listing from url, sort and pick highest
97
- onedir_versions_tmpf=$(mktemp)
+ onedir_versions_tmpf=$(mktemp -d)
98
curr_pwd=$(pwd)
99
cd ${onedir_versions_tmpf} || return 1
100
wget -r -np -nH --exclude-directories=onedir,relenv,windows -x -l 1 "$SALT_REPO_URL/"
0 commit comments