Skip to content

Commit 1078201

Browse files
committed
Forgot a sudo
1 parent 32edf45 commit 1078201

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
@@ -8,7 +8,7 @@ if [[ ! -z ${GITHUB_ACTIONS+x} ]]; then
88
export PATH="$PATH:$(readlink -f "../../../eng/native/buildsystem/zig")"
99

1010
# Enable ports repository
11-
cat <<EOF > /etc/apt/sources.list.d/ubuntu-ports.sources
11+
sudo cat <<EOF > /etc/apt/sources.list.d/ubuntu-ports.sources
1212
Types: deb
1313
URIs: http://ports.ubuntu.com/ubuntu-ports/
1414
Suites: noble noble-updates noble-backports noble-security

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [[ ! -z ${GITHUB_ACTIONS+x} ]]; then
88
export PATH="$PATH:$(readlink -f "../../../eng/native/buildsystem/zig")"
99

1010
# Enable ports repository
11-
cat <<EOF > /etc/apt/sources.list.d/ubuntu-ports.sources
11+
sudo cat <<EOF > /etc/apt/sources.list.d/ubuntu-ports.sources
1212
Types: deb
1313
URIs: http://ports.ubuntu.com/ubuntu-ports/
1414
Suites: noble noble-updates noble-backports noble-security

0 commit comments

Comments
 (0)