Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Distributing Zsh with application in Git repositor
- X-seq: zsh-users 21711
- From: Ronald Fischer <ynnor@xxxxx>
- To: "Zsh Mailing-List" <zsh-users@xxxxxxx>
- Subject: Distributing Zsh with application in Git repositor
- Date: Mon, 27 Jun 2016 15:32:34 +0200
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=mm.st; h= content-transfer-encoding:content-type:date:from:message-id :mime-version:subject:to:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=qQP l9LuXqCPIqt7+IXmSbl4f0Is=; b=X1D1EetpzIP1LcyEsdFviw/ISKTc6fDCFET zf7ULwmYWcSovrzV/61PSii5Ob6Whma7Dyt58zwGA0rO4iKW2IctaN0vSF4yMZgY /HOwAH47J4sXl3b2yzlGYPB+79JgvCeY++B8jCFsRvrkCm+nwGhJlI85A5AP/ngj y9OpdnEs=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=qQPl9LuXqCPIqt7+IXmSbl4f0Is=; b=PspND TFIbCcNE9mUbYRW5dXmiUiRjKaVHcRUzZMv0DkAMBm4u4v/GdAY+qE6xBA9vpqO+ jYrpYYpJjKAQvuXIUajQM9s9uFJlG34E2NST5NQCg2jZW9BbYBA1kuJfCNAMvsDA WDsen9ioiSMwIcg0vje6s4xPoIkTC1roGkAzDM=
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Problem: I have a Git repository containing an application. Part of the
application is a set of Zsh-Scripts. The requirement is that the
application should be executed on some Gnu/Linux system (where I have no
access to), by downloading/updating the Repository and execute a certain
start script.
The problem is here that I have no guarantee that the target system will
have zsh installed (at least not in the version I need). Hence my idea
is to make zsh part of the Gnu repository.
One obvious solution is to download the tar file, and have my start
script compile and install Zsh locally (no admin rights), but I wonder
if there is an easier way. Is it possible to create (or download) a
standalone executable of zsh?
Ronald
Messages sorted by:
Reverse Date,
Date,
Thread,
Author