Skip to content

Commit

Permalink
fixed master->main
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Nov 22, 2021
1 parent cc4fb5b commit 81363ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/verUpgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"github.com/spf13/cobra"
)

var downloadURL = "https://github.com/srl-labs/containerlab/raw/master/get.sh"
var downloadURL = "https://github.com/srl-labs/containerlab/raw/main/get.sh"

// upgradeCmd represents the version command
var upgradeCmd = &cobra.Command{
Expand Down
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The following requirements must be satisfied in order to let containerlab tool r
* Load container images (e.g. Nokia SR Linux, Arista cEOS) which are not downloadable from a container registry. Containerlab will try to pull images at runtime if they do not exist locally.

### Install script
Containerlab can be installed using the [installation script](https://github.com/srl-labs/containerlab/blob/master/get.sh) which detects the operating system type and installs the relevant package:
Containerlab can be installed using the [installation script](https://github.com/srl-labs/containerlab/blob/main/get.sh) which detects the operating system type and installs the relevant package:

!!! note
Containerlab is distributed via deb/rpm packages, thus only Debian- and RHEL-like distributives can leverage package installation.
Expand Down

0 comments on commit 81363ee

Please sign in to comment.