mirror of
https://github.com/Snigdha-OS/package-browser.git
synced 2025-09-13 08:05:01 +02:00
🐛 fix: the url has been changed
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
import { Package } from '../types';
|
import { Package } from '../types';
|
||||||
|
|
||||||
const MIRRORS = [
|
const MIRRORS = [
|
||||||
'https://raw.githubusercontent.com/d3v1l0n/snigdhaos-core/refs/heads/master/packages.txt',
|
'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/archlinux/svntogit-packages/master/packages.txt'
|
||||||
];
|
];
|
||||||
|
|
||||||
async function fetchFromMirror(url: string): Promise<Package[]> {
|
async function fetchFromMirror(url: string): Promise<Package[]> {
|
||||||
|
Reference in New Issue
Block a user