Skip to content

Commit

Permalink
fix(chezmoi): remove apt sources
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed May 25, 2023
1 parent c47646d commit b49b632
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions chezmoi/.chezmoitemplates/install-apt-prerequisites
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

log_task "Installing APT prerequisites"

# remove existing apt sources
sudo rm -f etc/apt/sources.list.d/git-core-ubuntu-ppa-*.list*
sudo rm -f etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list*

# We need to install ca-certificates before we add the APT repos, because some of them
# may use newer CAs.
# Ignore apt update error if it is due to expired certificate (because chances are that
Expand Down
2 changes: 0 additions & 2 deletions rootmoi/.chezmoiremove
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
etc/apt/sources.list.d/git-core-ubuntu-ppa-*.list*
etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list*
# GCM Core got renamed to GCM only
usr/local/bin/git-credential-manager-core
usr/local/share/gcm-core

0 comments on commit b49b632

Please sign in to comment.