mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-27 20:06:52 +00:00
Update
This commit is contained in:
parent
89828b731b
commit
91361e2f19
@ -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
|
||||
)
|
||||
|
||||
|
@ -171,11 +171,6 @@ export default function BasicSettingsPage() {
|
||||
<p className="mt-2">Example usage (show network interfaces):</p>
|
||||
<code className="block bg-gray-100 p-2 rounded">ifconfig</code>
|
||||
</li>
|
||||
<li>
|
||||
<strong>omping</strong>: A tool for multicast ping testing.
|
||||
<p className="mt-2">Example usage:</p>
|
||||
<code className="block bg-gray-100 p-2 rounded">omping 239.255.255.250</code>
|
||||
</li>
|
||||
<li>
|
||||
<strong>sshpass</strong>: A tool for non-interactive SSH password authentication.
|
||||
<p className="mt-2">Example usage:</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user