Skip to content

Commit

Permalink
Code & Features Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nathaneltitane committed Oct 24, 2023
1 parent 45ab956 commit 7adb1d8
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions container-repositories
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,18 @@ frobulator.script "Setting up ${script#*-}"

# defaults /////////////////////////////////////////////////////////////////////

# override main source list file
if [ -f /etc/apt/sources.list ]
then
# override main source list file

sed -i \
-e 's/ˆ\# deb-src/deb-src/g' \
-e '/ˆ\#.*/d' \
-e '/ˆ$/d' /etc/apt/sources.list
sed -i \
-e 's/ˆ\# deb-src/deb-src/g' \
-e '/ˆ\#.*/d' \
-e '/ˆ$/d' /etc/apt/sources.list

# update lists
# update lists

frobulator.log "apt update" &
frobulator.log "apt update" &

frobulator.progress "refresh"
frobulator.progress "refresh"
fi

0 comments on commit 7adb1d8

Please sign in to comment.