Skip to content

Commit a0b9320

Browse files
authored
Update install.odin
1 parent d5f6bf3 commit a0b9320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source-code/cli/install.odin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ deinit_manifest :: proc(m: ^Manifest, allocator: mem.Allocator) {
6565
}
6666
refresh :: proc(allocator: mem.Allocator) -> Error {
6767
log_to_file("INFO", "Refreshing package index")
68-
temp_path := "/tmp/repo.json"
68+
temp_path := "/usr/lib/HackerOS/hpm/repo.json"
6969
err := download_file(allocator, REPO_JSON_URL, temp_path)
7070
if err != .None {
7171
log_to_file("ERROR", "Download failed for repo.json")

0 commit comments

Comments
 (0)