Skip to content

Commit 10d71c0

Browse files
authored
Update install.sh
1 parent 154fc89 commit 10d71c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44

55
REPO_URL="https://github.com/midassystems/midas-shell.git"
6-
BUILD_DIR="$(mktemp -d -t midas-shell-src)"
6+
BUILD_DIR="$(mktemp -d -t midas-shell-src-XXXX)"
77
INSTALL_PATH="$HOME/.config/midas/bin"
88

99
# Ensure Rust is installed

0 commit comments

Comments
 (0)