1
0
mirror of https://github.com/tw93/Mole.git synced 2026-03-22 20:15:07 +00:00

🐛 Clear version check cache after successful

This commit is contained in:
Tw93
2025-10-03 21:19:20 +08:00
parent f9b50c40f9
commit d01405085d

3
mole
View File

@@ -204,6 +204,9 @@ update_mole() {
fi fi
rm -f "$tmp_installer" rm -f "$tmp_installer"
# Clear version check cache after successful update
rm -f "$HOME/.cache/mole/version_check"
} }
# Display main menu options # Display main menu options