We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f6bf3 commit a0b9320Copy full SHA for a0b9320
source-code/cli/install.odin
@@ -65,7 +65,7 @@ deinit_manifest :: proc(m: ^Manifest, allocator: mem.Allocator) {
65
}
66
refresh :: proc(allocator: mem.Allocator) -> Error {
67
log_to_file("INFO", "Refreshing package index")
68
- temp_path := "/tmp/repo.json"
+ temp_path := "/usr/lib/HackerOS/hpm/repo.json"
69
err := download_file(allocator, REPO_JSON_URL, temp_path)
70
if err != .None {
71
log_to_file("ERROR", "Download failed for repo.json")
0 commit comments