File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ if [[ ! -z ${GITHUB_ACTIONS+x} ]]; then
1313 sudo tee /etc/apt/sources.list.d/ubuntu-ports.sources << EOF
1414Types: deb
1515URIs: http://ports.ubuntu.com/ubuntu-ports/
16- Suites: echo Suites: $( lsb_release -sc) $( lsb_release -sc) -updates $( lsb_release -sc) -backports $( lsb_release -sc) -security
16+ Suites: $( lsb_release -sc) $( lsb_release -sc) -updates $( lsb_release -sc) -backports $( lsb_release -sc) -security
1717Components: main restricted universe multiverse
1818Architectures: armhf
1919Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ if [[ ! -z ${GITHUB_ACTIONS+x} ]]; then
1313 sudo tee /etc/apt/sources.list.d/ubuntu-ports.sources << EOF
1414Types: deb
1515URIs: http://ports.ubuntu.com/ubuntu-ports/
16- Suites: echo Suites: $( lsb_release -sc) $( lsb_release -sc) -updates $( lsb_release -sc) -backports $( lsb_release -sc) -security
16+ Suites: $( lsb_release -sc) $( lsb_release -sc) -updates $( lsb_release -sc) -backports $( lsb_release -sc) -security
1717Components: main restricted universe multiverse
1818Architectures: arm64
1919Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
You can’t perform that action at this time.
0 commit comments