We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52e42ab commit 4e0df05Copy full SHA for 4e0df05
hacker-library/hacker-library.js
@@ -6,7 +6,7 @@ const { execSync } = require('child_process');
6
const args = process.argv.slice(2);
7
const action = args[0];
8
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';
+const packageListUrl = 'https://github.com/Bytes-Repository/bytes.io/blob/main/repository/bytes.io';
10
11
if (!fs.existsSync(libDir)) {
12
fs.mkdirSync(libDir, { recursive: true });
0 commit comments