On Fri, 20 Aug 2004, Christopher Cobb wrote:
> Igor Pechtchanski cs.nyu.edu> writes:
>
> > FWIW, why not
> >
> > INSTALL_SITE_DIR=$PACKAGES_DIR/$(cd $PACKAGES_DIR && \
> > ls -1td $(cat /etc/setup/last-mirror | \
> > perl -pe 's/([^A-Za-z0-9\-_.!~*()\n])/"%".unpack("H2",$1)/eg') | \
> >
Igor Pechtchanski cs.nyu.edu> writes:
> FWIW, why not
>
> INSTALL_SITE_DIR=$PACKAGES_DIR/$(cd $PACKAGES_DIR && \
> ls -1td $(cat /etc/setup/last-mirror | \
> perl -pe 's/([^A-Za-z0-9\-_.!~*()\n])/"%".unpack("H2",$1)/eg') | \
> head -1) # most recently modified install dir
>
I didn't kn
On Fri, 20 Aug 2004, Reini Urban wrote:
> Christopher Cobb schrieb:
> ...
> > --- begin installCygwinPackage.sh ---
> ...
> > PACKAGES_DIR=/packages # adjust this for your installation
> >
> > INSTALL_SITE_DIR=$PACKAGES_DIR/`(cd $PACKAGES_DIR && ls -1t | head -1)` #
> > most
>
> and I prefer thi
Christopher Cobb schrieb:
...
--- begin installCygwinPackage.sh ---
...
PACKAGES_DIR=/packages # adjust this for your installation
INSTALL_SITE_DIR=$PACKAGES_DIR/`(cd $PACKAGES_DIR && ls -1t | head -1)` # most
and I prefer this line:
INSTALL_SITE_DIR=$PACKAGES_DIR/`(cd $PACKAGES_DIR && ls -1t | egr
Christopher Cobb wrote:
Max Bowsher ukf.net> writes:
setup isn't really designed for use from the command line. It doesn't
take
package names as arguments, for example. You could, I suppose, munge
/etc/setup/installed.db to fool setup into thinking that a really old
(e.g.
version 0) version of a
Max Bowsher ukf.net> writes:
>
> Christopher Cobb wrote:
> > I've found snipets of information, such as this:
> >
> >http://sources.redhat.com/ml/cygwin-apps/2003-03/msg00526.html
> >
> > What I would like is an example of how to use setup.exe from the command
> > line
> > (e.g., via ssh) t
Max wrote:
> Christopher Cobb wrote:
>> I've found snipets of information, such as this:
>>
>>http://sources.redhat.com/ml/cygwin-apps/2003-03/msg00526.html
>>
>> What I would like is an example of how to use setup.exe from the
>> command line (e.g., via ssh) to install a package remotely.
>>
>
Christopher Cobb wrote:
I've found snipets of information, such as this:
http://sources.redhat.com/ml/cygwin-apps/2003-03/msg00526.html
What I would like is an example of how to use setup.exe from the command
line
(e.g., via ssh) to install a package remotely.
I've tried this:
setup -D -s f
8 matches
Mail list logo