update comments and output
[webi-installers/.git] / gitea / install.bash
index 171c03e335a6a5775c4bb01c2811ec1140473f2e..d54a3e5a828bd4d202ca4a220ee59b87ae27bff0 100644 (file)
@@ -52,6 +52,7 @@ pkg_install() {
         # (this will be "$HOME/.local/bin/gitea" by default)
         mkdir -p "$pkg_common_bin"
         mv ./"$pkg_cmd_name"* "$pkg_common_cmd"
+        chmod a+x "$pkg_common_cmd"
 
     popd 2>&1 >/dev/null
 }