mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-10-02 16:16:19 +00:00
Update
This commit is contained in:
@@ -300,7 +300,7 @@ EOF
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
tput cnorm
|
tput cnorm
|
||||||
|
|
||||||
|
|
||||||
# Install additional Proxmox packages
|
# Install additional Proxmox packages
|
||||||
msg_info "$(translate "Installing additional Proxmox packages...")"
|
msg_info "$(translate "Installing additional Proxmox packages...")"
|
||||||
@@ -631,7 +631,7 @@ install_system_utils() {
|
|||||||
|
|
||||||
packages=(
|
packages=(
|
||||||
axel dialog dos2unix grc htop btop iftop iotop
|
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
|
sshpass tmux unzip zip libguestfs-tools
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@@ -171,11 +171,6 @@ export default function BasicSettingsPage() {
|
|||||||
<p className="mt-2">Example usage (show network interfaces):</p>
|
<p className="mt-2">Example usage (show network interfaces):</p>
|
||||||
<code className="block bg-gray-100 p-2 rounded">ifconfig</code>
|
<code className="block bg-gray-100 p-2 rounded">ifconfig</code>
|
||||||
</li>
|
</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>
|
<li>
|
||||||
<strong>sshpass</strong>: A tool for non-interactive SSH password authentication.
|
<strong>sshpass</strong>: A tool for non-interactive SSH password authentication.
|
||||||
<p className="mt-2">Example usage:</p>
|
<p className="mt-2">Example usage:</p>
|
||||||
|
Reference in New Issue
Block a user