mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-11 16:31:12 +07:00
No longer ignore duplicate apt sources in apt-get-wrapper.
No longer acceptable because these generate lots of noise in the terminal.
This commit is contained in:
@ -41,12 +41,6 @@ while read -r -d $'\n' line; do
|
||||
exit 125
|
||||
fi
|
||||
if [ "$first_two" = "w:" ]; then
|
||||
first_nine="${line_lower_case:0:9}"
|
||||
if [ "$first_nine" = "w: target" ]; then
|
||||
if echo "$line" | grep -q "is configured multiple times in" ; then
|
||||
continue
|
||||
fi
|
||||
fi
|
||||
exit 125
|
||||
fi
|
||||
done < <( echo "$log" )
|
||||
|
Reference in New Issue
Block a user