Page 1 of 1

Nightly Installation

Published: June 30, 2016 - 10:18
by jmeyer
Hello,

I'm trying to update to Nightly version 1.3.6 but I'm not sure how.
When I replace http://wapt.tranquil.it/debian/ with http://wapt.tranquil.it/wapt/nightly/1.3.6/ or add the latter link below the former in the wapt.list file, it looks for the Packages folder.

Do you have any documentation for setting up these versions?

Thank you.

Re: Nightly Installation

Published: June 30, 2016 - 11:06
by sfonteneau
You can do a:

Code: Select all

wget https://wapt.tranquil.it/wapt/nightly/1.3.6/tis-waptrepo-1.3.6.deb
wget https://wapt.tranquil.it/wapt/nightly/1.3.6/tis-waptserver-1.3.6.deb
wget https://wapt.tranquil.it/wapt/nightly/1.3.6/tis-waptsetup-1.3.5.deb
dpkg -i tis-*
Simon

Re: Nightly Installation

Published: June 30, 2016 - 1:07 PM
by jmeyer
Thank you very much.