[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Re: Command Line package install
- Subject: Re: [cobalt-users] Re: Command Line package install
- From: Peter Nixon <listuser@xxxxxxxxxxxxxx>
- Date: Sat Feb 14 02:40:01 2004
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
On Friday 13 February 2004 19:47, Bruce Timberlake wrote:
> > Can anyone tell me how to install *.pkg files from the command line on a
> > Cobalt Qube 3?
>
> http://www.cobaltfaqs.com/wiki/index.php/Qube3ManualPkgInstall
Thanks.
Is the following script going to work ok for applying updates without breaking
anything on the Cubes?
#!/bin/bash
echo Bulk package installer for Cobalt products
echo Licence: GNU Public Licence Version 2
for pkg in *.pkg; do
echo Installing $pkg
/usr/sausalito/sbin/pkg_prepare.pl -i -R -f $pkg
wait
done
TIA
--
Peter Nixon
http://www.peternixon.net/
PGP Key: http://www.peternixon.net/public.asc