PiSugar / pisugar-power-manager-rs

PiSugar Power Manger in rust language
https://www.pisugar.com/
GNU General Public License v3.0
129 stars 15 forks source link

Frozen when installing power manager #96

Open AustinRhoads opened 1 year ago

AustinRhoads commented 1 year ago

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?

Theinatorinator commented 9 months ago

+1

LogicsSoftware commented 6 months ago

try downloading the script and running it locally:

$ wget http://cdn.pisugar.com/release/pisugar-power-manager.sh
...
$ ./pisugar-power-manager.sh
collina commented 6 months ago

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.