Add doomsday-debug to exceptions
This commit is contained in:
parent
0a67dc9468
commit
2f313c7684
@ -144,6 +144,12 @@ checkUpdates() {
|
||||
continue 1
|
||||
fi
|
||||
|
||||
reg="(doomsday-debug)"
|
||||
if [[ $name =~ $reg ]]; then
|
||||
echo -e "\nSkipping $name ($version, default exception)."
|
||||
continue 1
|
||||
fi
|
||||
|
||||
if echo $exlist | grep -w $name > /dev/null; then
|
||||
echo -e "\nSkipping $name ($version, temporary exception)."
|
||||
continue 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user