Skip to content

Commit 765e30b

Browse files
committed
findupd: use Repology since AOSC PISS is broken
1 parent e6c2c6a commit 765e30b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

findupd/findupd

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
#!/bin/bash
22

3-
rm -rf /tmp/packages.json
4-
wget 'https://packages.aosc.io/srcupd/aosc-os-abbs?type=json&page=all' \
5-
-O /tmp/packages.json
6-
7-
update-pkgs.py -j /tmp/packages.json -s /tmp/cache.txt -q
3+
rm -rf /tmp/repology.json
4+
update-pkgs.py -d /tmp/repology.json
5+
update-pkgs.py -j /tmp/repology.json -s /tmp/cache.txt -q
86

97
for i in "$@"; do
108
update-pkgs.py -l /tmp/cache.txt -c $i -r -q

0 commit comments

Comments
 (0)