mirror of
https://github.com/m8tin/cis.git
synced 2026-04-02 11:01:29 +02:00
7 lines
116 B
Bash
Executable File
7 lines
116 B
Bash
Executable File
#/bin/bash
|
|
|
|
[ "$(apt-get -s -o Debug::NoLocking=true upgrade | grep -c -E '^Inst')" = "0" ] \
|
|
&& exit 0
|
|
|
|
exit 1
|