File: remove

package info (click to toggle)
auto-apt-proxy 13.3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 156 kB
  • sloc: sh: 189; makefile: 13
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