Skip to content

Commit 4e0df05

Browse files
authored
Update hacker-library.js
1 parent 52e42ab commit 4e0df05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hacker-library/hacker-library.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const { execSync } = require('child_process');
66
const args = process.argv.slice(2);
77
const action = args[0];
88
const libDir = path.join(process.env.HOME, '.hacker-lang', 'libs');
9-
const packageListUrl = 'https://raw.githubusercontent.com/HackerOS-Linux-System/Hacker-Lang/main/hacker-library/index-packages/package-list.hacker';
9+
const packageListUrl = 'https://github.com/Bytes-Repository/bytes.io/blob/main/repository/bytes.io';
1010

1111
if (!fs.existsSync(libDir)) {
1212
fs.mkdirSync(libDir, { recursive: true });

0 commit comments

Comments
 (0)