Skip to content

Commit

Permalink
Incorporate stale Go fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
techbasset committed Sep 20, 2024
1 parent 1472202 commit 274a319
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions utils/scripts/install-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ set -e

arch=$(uname -i)

# hack to install 24.04's golang-go on 22.04:
apt-get install -y software-properties-common
add-apt-repository "deb http://archive.ubuntu.com/ubuntu noble main"
apt-get update
apt-get install -y golang-go
add-apt-repository -r "deb http://archive.ubuntu.com/ubuntu noble main"

apt-get install \
autoconf \
build-essential \
Expand Down

0 comments on commit 274a319

Please sign in to comment.