Skip to content

Commit

Permalink
updated apt_install_packages.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Nov 14, 2023
1 parent e837b41 commit 262f684
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 @@ -70,7 +70,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 262f684

Please sign in to comment.