File: apt-update

package info (click to toggle)
upgrade-system 1.0.1.5
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 100 kB
  • sloc: sh: 105; makefile: 5
file content (7 lines) | stat: -rwxr-xr-x 103 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/bin/sh
apt-get -q=2 update
if [ -f /usr/bin/apt-show-versions ] 
then
	apt-show-versions -u
fi
#EOF