mirror of
https://github.com/Snigdha-OS/package-browser.git
synced 2025-09-06 12:45:17 +02:00
🚀 feat: add extra repos url
This commit is contained in:
@@ -2,7 +2,7 @@ import { Package } from '../types';
|
||||
|
||||
const MIRRORS = [
|
||||
'https://raw.githubusercontent.com/Snigdha-OS/snigdhaos-core/refs/heads/master/packages.txt',
|
||||
// 'https://raw.githubusercontent.com/archlinux/svntogit-packages/master/packages.txt'
|
||||
'https://raw.githubusercontent.com/Snigdha-OS/snigdhaos-extra/refs/heads/master/packages.txt'
|
||||
];
|
||||
|
||||
async function fetchFromMirror(url: string): Promise<Package[]> {
|
||||
|
Reference in New Issue
Block a user