Do not output huge spew of "Package '*' is not installed, so not removed"
This commit is contained in:
parent
a55394f109
commit
f2def41efa
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
apt-get -y remove build-essential git pkg-config *-dev
|
||||
apt-get -y remove build-essential git pkg-config *-dev >/dev/null
|
||||
apt-get -y autoremove
|
||||
|
Loading…
Reference in New Issue
Block a user