We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 332d6bb commit 70d0612Copy full SHA for 70d0612
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-XXXXXX)"
+BUILD_DIR="$(mktemp -d)"
7
INSTALL_PATH="$HOME/.config/midas/bin"
8
9
# Ensure Rust is installed
0 commit comments