Skip to content

Commit 87d92d5

Browse files
authored
Update install.sh
1 parent 0bca883 commit 87d92d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ check_command python3
2626
check_command mktemp
2727

2828
# Make temporary directory
29-
TMPDIR="$(mktemp -d)"
29+
TMPDIR="/tmp" # was something else but then obsidian-wizard would not like it
3030

3131
# Clone and prepare obsidian-wizard and obsidianctl
3232
git clone https://github.com/Obsidian-OS/obsidian-wizard "$TMPDIR/obsidian-wizard"

0 commit comments

Comments
 (0)