Skip to content

Commit

Permalink
Install 'curl' and 'lsb-release' in 'netlab install libvirt' (#1356)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbemmel authored Oct 10, 2024
1 parent 7070853 commit bbfdf89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netsim/install/libvirt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $SUDO apt-get $FLAG_QUIET update
echo
echo "Install common libraries and support software"
$SUDO apt-get install -y $FLAG_QUIET libxslt-dev libxml2-dev zlib1g-dev genisoimage
$SUDO apt-get install -y $FLAG_QUIET ebtables dnsmasq-base sshpass tree jq bridge-utils
$SUDO apt-get install -y $FLAG_QUIET ebtables dnsmasq-base sshpass tree jq bridge-utils curl lsb-release
echo ".. common libraries installed"
echo
echo "Install libvirt packages"
Expand Down

0 comments on commit bbfdf89

Please sign in to comment.