Skip to content

Commit dcc6ce8

Browse files
committed
last bit...
1 parent 812cfca commit dcc6ce8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

contrib/ez-apt-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ fi
7575
# (a bit dirty because it will recomment existing commented lines, but does no harm)
7676
readarray -d '' apt_files < <(find /etc/apt -type f -name "*.list" -print0)
7777
for file in "${apt_files[@]}"; do
78-
if grep -q archive.turnkeylinux.org "$file"; then
78+
if grep -q "tkl-$deb_dist-main" "$file"; then
7979
info "backing up $file"
80-
sed -i.backup "/archive.turnkeylinux.org/ s|^|#|g" "$file"
80+
sed -i.bak "/archive.turnkeylinux.org/ s|^|#|g" "$file"
8181
fi
8282
done
8383

0 commit comments

Comments
 (0)