Shayne Sweeney
Shayne Sweeney
I just pushed up [v2.0.4](https://github.com/shayne/hwinfo-streamdeck/releases/tag/v.2.0.4). Unfortunately, I still haven't been able to reproduce the issue. So I decided to update the dependencies and build the project with the latest version...
Ended up throwing together a SlackBuild for Tailscale.
I noticed that too... I just manually install it/update it. Not sure why... ```bash # /boot/config/go installpkg /boot/config/tailscale/tailscale-1.6.0_amd64-x86_64-1_SBo.txz ln -s /boot/config/tailscale/tailscaled.state /var/lib/tailscale/tailscaled.state /usr/sbin/tailscaled > /var/log/tailscale.log 2>&1 & ```
You can use GitHub to get the latest release version... ```shell $ curl -sL https://api.github.com/repos/tailscale/tailscale/releases/latest ```` Using `jq` you can get the version and use that to generate a URL...
Combined with your approach @mikeburgh, here's a gist that can perform auto upgrades (scheduled via User Scripts). It also places the binaries in the PATH so they're easily made available...
Submit a PR?
 It looks like you need to check that box
I think reboot the PC. I paid for a license so I’m not 100% sure how it works. On January 3, 2023, GitHub ***@***.***> wrote: > Thanks Shane/ > Does...
Perhaps general support for adding to the container (or VMs!) config file would be better. It would also allow for other entries, such as `cgroup` definitions.
Wanted to see this happen so I wrote PowerDimmer, a first attempt. Be nice as I know next to nothing about developing .NET/Win32/etc... Got it working and using it, though!...