Skip to content

Commit

Permalink
Update install_conda.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
slyfox1186 authored Oct 21, 2024
1 parent e3c548b commit 618375b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bash/Misc/Conda/install_conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
set -euo pipefail

# Generate a unique temporary directory
TEMP_DIR="/tmp/vlc_playlist_creator_$(date +%s)_$RANDOM"
TEMP_DIR="/tmp/conda_installer_$(date +%s)_$RANDOM"
mkdir -p "$TEMP_DIR"

# Variables
Expand Down

0 comments on commit 618375b

Please sign in to comment.