diff --git a/Bash/get_updates.sh b/Bash/get_updates.sh new file mode 100644 index 0000000..a2db4c3 --- /dev/null +++ b/Bash/get_updates.sh @@ -0,0 +1,3 @@ +#!/bin/bash +apt updates +apt list --upgradable \ No newline at end of file