parent
f7ee925514
commit
eff17eaef7
5 changed files with 28 additions and 13 deletions
apps/update-sources/src
|
@ -42,6 +42,10 @@ const main = async() => {
|
|||
console.log(updateFirefoxAddons());
|
||||
}
|
||||
|
||||
if (args['fcft']) {
|
||||
console.log(runNixUpdate('fcft'));
|
||||
}
|
||||
|
||||
if (args['h'] || args['homepage']) {
|
||||
console.log(runNixUpdate('homepage'));
|
||||
}
|
||||
|
@ -129,6 +133,7 @@ const main = async() => {
|
|||
console.log(execution.stdout);
|
||||
};
|
||||
|
||||
updatePackage('fcft');
|
||||
updatePackage('homepage');
|
||||
updatePackage('jmusicbot');
|
||||
updatePackage('pam-fprint-grosshack');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue