Browse Source

Add more cleanup pkg to trusty script

For xenial script, it's clean enough so far.
pull/1261/head
Roger Shimizu 8 years ago
committed by Max Lv
parent
commit
d12a7b911e
1 changed files with 2 additions and 1 deletions
  1. 3
      scripts/deb4trusty.sh

3
scripts/deb4trusty.sh

@ -66,5 +66,6 @@ sudo apt-get install -fy
# Cleanup
sudo apt-get purge -y libcork-build-deps libcorkipset-build-deps shadowsocks-libev-build-deps \
$DEPS $DEPS_BPO libcork-dev libcorkipset-dev
mbedtls-build-deps libsodium-build-deps \
$DEPS libcork-dev libcorkipset-dev libmbedtls-dev libsodium-dev debhelper
sudo apt-get autoremove -y
Loading…
Cancel
Save