deragon / autopoweroff

Manage automatic poweroff and other actions (suspend / custom) when specific conditions are reunited.
GNU General Public License v2.0
52 stars 7 forks source link

fix #32 fix dependencies #33

Closed it-jonas closed 2 years ago

it-jonas commented 2 years ago

This should fix #32 and #17 couldn't test because I was unable to run package-create on debian 11.

deragon commented 2 years ago

This cannot work, since bash will interpret the | as a separate command. Just for fun, I tried it just to show you the exact error message that would be created:

./package-create: line 183: python3-gi: command not found

But I understand your intent and I will change myself the script to support Linux Mint.