Skip to content

Commit

Permalink
Added net-tools clause for ubuntu24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
ElstonLewis committed May 2, 2024
1 parent f5d0b50 commit 1ac4c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/linux/net-tools.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
set -e

if [[ "$1" == "debian12" ]]; then
if [[ "$1" == "debian12" ]] || [[ "$1" == "ubuntu24"* ]]; then
chroot /mnt/ apt install net-tools -y
fi

0 comments on commit 1ac4c45

Please sign in to comment.