init
Signed-off-by: Nico Schottelius <nico@manager.schottelius.org>
This commit is contained in:
parent
256dc98754
commit
df2daf524d
641 changed files with 140617 additions and 12 deletions
5
update-notify/new-packages.debian
Executable file
5
update-notify/new-packages.debian
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
# Nico Schottelius
|
||||
# usable as cron script, to show which packages should be updated
|
||||
|
||||
apt-get update >/dev/null && echo n | apt-get -q --no-download dist-upgrade
|
||||
6
update-notify/new-packages.gentoo
Executable file
6
update-notify/new-packages.gentoo
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
# Nico Schottelius
|
||||
# stolen from Frank
|
||||
# usable as cron script, to show which packages should be updated
|
||||
|
||||
emerge sync >/dev/null && emerge -pDuv
|
||||
Loading…
Add table
Add a link
Reference in a new issue