pisugar-power-manager-rs icon indicating copy to clipboard operation
pisugar-power-manager-rs copied to clipboard

Frozen when installing power manager

Open AustinRhoads opened this issue 1 year ago • 3 comments

When I try to run the install pisugar power manager script : curl http://cdn.pisugar.com/release/pisugar-power-manager.sh | sudo bash it asks me to select the pisugar model but it doesn't respond. This is the configuring pisugar-server part of the script. Any ideas?

AustinRhoads avatar May 01 '23 17:05 AustinRhoads

+1

Theinatorinator avatar Oct 10 '23 02:10 Theinatorinator

try downloading the script and running it locally:

$ wget http://cdn.pisugar.com/release/pisugar-power-manager.sh
...
$ ./pisugar-power-manager.sh

LogicsSoftware avatar Dec 26 '23 16:12 LogicsSoftware

I think piping curl into bash breaks ncurses. At that point if you exit out e.g. ctl+c and then do apt install pisugar-server, you should be able to complete the package setup.

collina avatar Jan 10 '24 05:01 collina