diff --git a/scripts/customizable_post_install.sh b/scripts/customizable_post_install.sh index 8f4e957..ef41854 100644 --- a/scripts/customizable_post_install.sh +++ b/scripts/customizable_post_install.sh @@ -300,7 +300,7 @@ EOF fi tput cnorm - + # Install additional Proxmox packages msg_info "$(translate "Installing additional Proxmox packages...")" @@ -631,7 +631,7 @@ install_system_utils() { packages=( axel dialog dos2unix grc htop btop iftop iotop - iperf3 ipset iptraf-ng mlocate msr-tools net-tools omping + iperf3 ipset iptraf-ng mlocate msr-tools net-tools sshpass tmux unzip zip libguestfs-tools ) diff --git a/web/app/docs/post-install/basic-settings/page.tsx b/web/app/docs/post-install/basic-settings/page.tsx index 98ac9e4..865cd17 100644 --- a/web/app/docs/post-install/basic-settings/page.tsx +++ b/web/app/docs/post-install/basic-settings/page.tsx @@ -171,11 +171,6 @@ export default function BasicSettingsPage() {

Example usage (show network interfaces):

ifconfig -
  • - omping: A tool for multicast ping testing. -

    Example usage:

    - omping 239.255.255.250 -
  • sshpass: A tool for non-interactive SSH password authentication.

    Example usage: