[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Including git commands in preseed



On 1/9/14, Todd Maurice <toddmaurice@outlook.com> wrote:
> Some text was missing in the previous message, sorry about that.
>
> I'm working on i386, Debian testing net install, in VirtualBox, through
> "auto url=".
>
> I would like for the preseed to do the following.
>
> ***apt-get update &&
> **apt-get dist-upgrade -y
> **clone https://github.com/project

I'm not familiar with preseed, but do have some minimal git experience.

If that's meant to be a git command, it should be preceded by "git ", ie:
git clone https://github.com/project.git output-folder-name.git


> **cd /folder/
> **git checkout project

By default, when you "git clone", a checkout happens automatically.

It looks to me like you need to read a git tutorial. For a few years
now, there is excellent git documentation out there, and plenty of it.

Check out:
http://gitscm.com/

Good luck
Zenaan


Reply to: