nsbin/old/update-hosts.debian

7 lines
119 B
Plaintext
Raw Normal View History

2006-07-20 07:54:37 +00:00
hosts="eiche"
for host in $hosts; do
ssh root@$host "apt-get update"
ssh root@$host "apt-get dist-upgrade"
done