Skip to content

Commit

Permalink
scripts/build: remove apt forced sources
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Jun 30, 2023
1 parent 9cc29c6 commit e2c3ab3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build/reset_sources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ URL="http://archive.ubuntu.com/ubuntu"
echo "deb $URL $RELEASE main universe
deb $URL $RELEASE-updates main universe
deb $URL $RELEASE-security main universe" | sudo tee /etc/apt/sources.list > /dev/null

sudo rm -rf /etc/apt/sources.list.d

0 comments on commit e2c3ab3

Please sign in to comment.