TakataSanshiro / Chocolatey-Packages

Some packages that can be installed via chocolatey.org
MIT License
15 stars 29 forks source link

Allow Terminus/Tabby parameters for 'one-per-server' installation. #78

Closed marcinbojko closed 3 years ago

marcinbojko commented 3 years ago

Default installer installs Terminus/Tabby in user profile's folder. This is ok and proper for desktop. In some case's I'd suggest to add choco parameters allowing us to use '/allusers /s' install parameters in some 'per server' installations. Optionally we could also add the Installed folder to PATH as it's nice to run tabby by name instead of clicking an icon.

https://github.com/TakataSanshiro/Chocolatey-Packages/blob/f88fb71a6601abf4ec1b059cf649bedc79b6b19a/automatic/terminus/tools/chocolateyinstall.ps1#L9

TakataSanshiro commented 3 years ago

I'll look at it.

marcinbojko commented 3 years ago

If you need PR I'll be happy to provide one.

TakataSanshiro commented 3 years ago

If you could, that would be great.

TakataSanshiro commented 3 years ago

Terminus has been rebranded to Tabby. The terminus choco package is going to be deprecated. https://community.chocolatey.org/packages/tabby/

TakataSanshiro commented 3 years ago

@marcinbojko I updated this improvements. I confirmed that it's working with this command. cinst -y tabby --version 1.0.159 --params "/allusers"

and it can run Tabby.exe from powershell. If it's not working, please a comment.

marcinbojko commented 3 years ago

@TakataSanshiro - works as expected. Thanks!