diff options
-rw-r--r-- | abs/core/update81-82.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/abs/core/update81-82.sh b/abs/core/update81-82.sh index 47d3d14..853a004 100644 --- a/abs/core/update81-82.sh +++ b/abs/core/update81-82.sh @@ -94,12 +94,6 @@ then fi pacman -R tcp_wrappers --noconfirm -rc=$? -if [ $rc != 0 ] -then - echo "FAILED: pacman -R tcp_wrappers" - exit 2 -fi pacman -S bash --noconfirm rc=$? if [ $rc != 0 ] |