Skip to content

Commit

Permalink
fix: add universe, multiverse repo as source
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornplusplus committed Jul 25, 2023
1 parent 6301a67 commit 3800f22
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/add_repo.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
set -eux

echo "Enabling universe repo.."
add-apt-repository universe

echo "Enabling multiverse repo.."
add-apt-repository multiverse
1 change: 1 addition & 0 deletions scripts/run_order.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
dist_upgrade.sh
add_repo.sh
google_chrome.sh
gcc_10.sh
python3.10.sh
Expand Down

0 comments on commit 3800f22

Please sign in to comment.