update comments and output

This commit is contained in:
AJ ONeal
2020-06-14 12:43:22 -06:00
parent e297427e0b
commit 119ba20bbc
7 changed files with 13 additions and 0 deletions
+2
View File
@@ -127,9 +127,11 @@ pkg_install() {
# ex (single file): ./caddy-v13-linux-amd64.exe
#mv ./"$pkg_cmd_name"* "$pkg_common_cmd"
#chmod a+x "$pkg_common_cmd"
# ex (single file, nested in directory): ./rg/rg-v13-linux-amd64
#mv ./"$pkg_cmd_name"*/"$pkg_cmd_name"* "$pkg_commend_cmd"
#chmod a+x "$pkg_common_cmd"
popd 2>&1 >/dev/null
}
+1
View File
@@ -140,6 +140,7 @@ module.exports = getAllReleases;
if (module === require.main) {
getAllReleases(require('@root/request')).then(function (all) {
all = require('../_common/normalize.js')(all);
console.info(JSON.stringify(all));
//console.info(JSON.stringify(all, null, 2));
});