Skip to content

Commit a99a15a

Browse files
committed
fix: systemupdate
1 parent a584569 commit a99a15a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Configs/.local/lib/hyde/systemupdate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ fi
4747
# Check for AUR updates
4848
aur=$(${aurhlpr} -Qua | wc -l)
4949
ofc=$(
50-
temp_db=$(mktemp -u checkupdates_db_XXXXXX)
50+
temp_db=$(mktemp -u /tmp/checkupdates_db_XXXXXX)
5151
trap '[ -f "$temp_db" ] && rm "$temp_db" 2>/dev/null' EXIT INT TERM
5252
CHECKUPDATES_DB="$temp_db" checkupdates 2>/dev/null | wc -l
5353
)

0 commit comments

Comments
 (0)