Skip to content

Commit

Permalink
Merge pull request #7 from dotysan/bookworm
Browse files Browse the repository at this point in the history
Newer Debian doesn't have legacy apt sources file
  • Loading branch information
HariSekhon authored Sep 21, 2023
2 parents 1278489 + cf4942e commit 736b681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apt_install_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ if is_CI; then
opts="$opts -q"
echo
echo "/etc/apt/sources.list:"
cat /etc/apt/sources.list
cat /etc/apt/sources.list ||:
echo
for x in /etc/apt/sources.list.d/*; do
[ -f "$x" ] || continue
Expand Down

0 comments on commit 736b681

Please sign in to comment.