Skip to content

Commit

Permalink
[onboarding] update mirror for old ubuntu versions (#3603)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettlangdon authored Dec 2, 2024
1 parent 3ad6ff1 commit 1af2d42
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
lsb_release=/etc/lsb-release
must_update_repositories="false"
if [ -e "$lsb_release" ]; then
if grep -q 'Ubuntu 21.04' "$lsb_release"; then
if grep -q 'Ubuntu 21' "$lsb_release"; then
must_update_repositories="true"
elif grep -q 'Ubuntu 23.10' "$lsb_release"; then
elif grep -q 'Ubuntu 23' "$lsb_release"; then
#Why this works for arm machine but not for amd64?
must_update_repositories="true"
fi
Expand Down

0 comments on commit 1af2d42

Please sign in to comment.