[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Code upload for repo mtctl
[Thread Prev] | [Thread Next]
[Date Prev] | [Date Next]
- Subject: Re: Code upload for repo mtctl
- From: miniontoby <miniontoby@xxxxxxxxxx>
- Date: Thu, 2 Sep 2021 15:40:28 +0200
- To: codeforce@xxxxxxxxxx
Hi, Can you please make the following changes?? At README.md: `$ curl 'https://cvsweb.planetofnix.com/cgi-bin/cvsweb/~checkout~/mtctl/installer.sh?content-type=text/plain' 2> /dev/null | $SHELL` into: `$ curl -sSL https://ircforever.org/mtctl.php | $SHELL` At mtctl_default.sh: curl 'https://cvsweb.planetofnix.com/cgi-bin/cvsweb/~checkout~/mtctl/installer.sh?content-type=text/plain' 2> /dev/null | $SHELL into: curl -sSL https://ircforever.org/mtctl.php | $SHELL and at last at installer.sh: exec curl -sSL https://cvsweb.planetofnix.com/cgi-bin/cvsweb/~checkout~/mtctl/installer.sh?content-type=text/plain | $ROOTCMD $SHLL "$@" into: exec curl -sSL https://ircforever.org/mtctl.php | $ROOTCMD $SHLL "$@" If you want to do it, thanks.. (please if possible don't increase in the version number...) You can also if it is not possible to edit them, just update the repo with the .zip file contents again - Miniontoby Op Tue, 31 Aug 2021 16:56:52 +0200 miniontoby <miniontoby@xxxxxxxxxx> schreef: > Hi, > > I updated my code > > Please merge it. (still the same .zip file > (https://minetest.ircforever.org/mtctl.zip)) > > - Miniontoby > > > Op Wed, 25 Aug 2021 18:29:31 +0200 > miniontoby <miniontoby@xxxxxxxxxx> schreef: > > > Hi, > > > > I want to upload my code from my project called mtctl > > > > the files are at https://minetest.ircforever.org/mtctl.zip for now > > > > My nickname on IRC is Miniontoby (or MiniontobyPI or > > MinioTest3[currently using]) > > > > I have made the code completely working with the reponame mtctl so > > please don't call it something else, it would mess up my code.... > > > > Kind regards, > > - Miniontoby >
Re: Code upload for repo mtctl | miniontoby <miniontoby@xxxxxxxxxx> |