File: remove

package info (click to toggle)
auto-apt-proxy 17
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 192 kB
  • sloc: sh: 428; makefile: 11
file content (8 lines) | stat: -rwxr-xr-x 85 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
#!/bin/sh

set -e
exec 2>&1

set -x
apt-get remove -qy auto-apt-proxy
apt-get update