Skip to content

Commit 92cd6ac

Browse files
author
Duke B
committed
add debsums verbosity
1 parent f17cd21 commit 92cd6ac

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

index.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -919,16 +919,14 @@
919919
header 'running rpm'
920920
sudo rpm -Va
921921
elif [[ "$os" == 'debian' ]]; then
922-
header 'running debsums'
923922
if [[ -z "$(which debsums)" ]]; then
923+
header 'installing debsums'
924924
sudo apt install debsums
925+
echo
925926
fi
926927

928+
header 'running debsums'
927929
sudo debsums -s
928-
929-
if [[ "$?" != 0 ]]; then
930-
echo 'debsums not found! Please install it before continuing'
931-
fi
932930
fi
933931
get_key
934932
;;

0 commit comments

Comments
 (0)