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.
1 parent 154fc89 commit 10d71c0Copy full SHA for 10d71c0
scripts/install.sh
@@ -3,7 +3,7 @@
3
set -e
4
5
REPO_URL="https://github.com/midassystems/midas-shell.git"
6
-BUILD_DIR="$(mktemp -d -t midas-shell-src)"
+BUILD_DIR="$(mktemp -d -t midas-shell-src-XXXX)"
7
INSTALL_PATH="$HOME/.config/midas/bin"
8
9
# Ensure Rust is installed
0 commit comments