Skip to content

Commit 5dbbfb2

Browse files
committed
Oops
1 parent 9d29d82 commit 5dbbfb2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sources/SDL/Native/build-linux-arm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [[ ! -z ${GITHUB_ACTIONS+x} ]]; then
1313
sudo tee /etc/apt/sources.list.d/ubuntu-ports.sources <<EOF
1414
Types: deb
1515
URIs: 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
1717
Components: main restricted universe multiverse
1818
Architectures: armhf
1919
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg

sources/SDL/Native/build-linux-arm64.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [[ ! -z ${GITHUB_ACTIONS+x} ]]; then
1313
sudo tee /etc/apt/sources.list.d/ubuntu-ports.sources <<EOF
1414
Types: deb
1515
URIs: 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
1717
Components: main restricted universe multiverse
1818
Architectures: arm64
1919
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg

0 commit comments

Comments
 (0)