Script to mass update

optize

Well-Known Member
#1
Unless there's one already out there, would it be possible to add some form of a CLI script to update LSWS to the latest version? Once you have a few boxes, manually upgrading each one everytime a new release comes out is very time consuming, would be nice if there was a CLI option that we could run across all of our boxes.
 

webizen

Well-Known Member
#2
you can script it as install/upgrade can be done via command line: download tarball, unpack it, run ./install.sh from unpacked folder and feed the script with proper answers.
 
Top