Skip to content

Commit

Permalink
Fix doc & pkg_check
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre JAN committed Aug 3, 2024
1 parent 91346f5 commit 448e6d7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion man/pgk.1
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ When you create a custom shape, the pre\-filled fields are made according to you
\fBcloud_init:\fR contains the directives that will be interpreted by Cloud\-init to configure the guest\.
.IP "" 0
.SH "BUGS"
You are welcome to submit bug reports via the PGK bug tracker (https://gitlab\.com/asded/proxmox_gk/issues)\.
You are welcome to submit bug reports via the PGK bug tracker (https://github\.com/asdeed/proxmox_gk/issues)\.
.SH "AUTHOR"
PGK\.1 written by Alexandre JAN \fIalexandre_jan@nodeswarm\.eu\fR
.SH "COPYRIGHT"
Expand Down
2 changes: 1 addition & 1 deletion man/pgk.1.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/pgk.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ When you create a custom shape, the pre-filled fields are made according to your

## BUGS

You are welcome to submit bug reports via the PGK bug tracker (https://gitlab.com/asded/proxmox_gk/issues).
You are welcome to submit bug reports via the PGK bug tracker (https://github.com/asdeed/proxmox_gk/issues).

## AUTHOR

Expand Down
5 changes: 3 additions & 2 deletions src/chk_mod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@ chk_local() {
chk_pkg(){
pkglist=(
"curl"
"jq")
"jq"
"wget")

for pkg in "${pkglist[@]}"; do
if ! command -v "$pkg" &> /dev/null; then
Expand Down Expand Up @@ -419,4 +420,4 @@ chk_lxc_index() {
else
echo "LXC index found"
fi
}
}

0 comments on commit 448e6d7

Please sign in to comment.