*§ls→ls* and KDE Neon 6 and njs

This commit is contained in:
2024-03-06 09:31:10 +01:00
parent 3495c81c49
commit 5c4a9851e6
4 changed files with 13 additions and 20 deletions

View File

@ -153,7 +153,11 @@ async function actionUpdate(){
}).then(f=> s.echo(f).to(dirs.one_files+fileName(url)));
}));
echo("One-file plugin(s) updated.");
s.cd(dirs.bundle).$().run`git commit -m "Update"`;
try{
s.cd(dirs.bundle).$().run`git commit -m "Update"`;
} catch(e){
echo(e?.message);
}
updateRepo(dirs.pack, getPack());
$.exit(0);