Skip to content

Commit

Permalink
Changed containerlab download url in install script (#382)
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre <[email protected]>
  • Loading branch information
pbe9216 and Pierre authored Sep 4, 2022
1 parent 91b355c commit a689633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netsim/install/containerlab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ echo "Install Docker Engine"
$SUDO apt-get update
$SUDO apt-get install -y $FLAG_QUIET docker-ce docker-ce-cli containerd.io
echo "Install containerlab"
$SUDO bash -c "$(curl -sL https://get-clab.srlinux.dev)"
$SUDO bash -c "$(curl -sL https://get.containerlab.dev)"
set +e
G="$(groups $USER|grep docker)"
set -e
Expand Down

0 comments on commit a689633

Please sign in to comment.