We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ae7ba8 commit cd7f14dCopy full SHA for cd7f14d
install.sh
@@ -68,6 +68,9 @@ set_filename() {
68
}
69
70
download_snm() {
71
+
72
+ echo "INSTALL_DIR: $INSTALL_DIR"
73
74
if [ "$RELEASE" = "latest" ]; then
75
URL="https://github.com/sheinsight/snm/releases/latest/download/$FILENAME"
76
else
@@ -84,7 +87,7 @@ download_snm() {
84
87
echo "Please check permissions and try again."
85
88
exit 1
86
89
fi
-
90
91
if ! curl --progress-bar --fail -L "$URL" -o "$DOWNLOAD_DIR/$FILENAME"; then
92
echo "Download failed. Check that the release/filename are correct."
93
0 commit comments