txoof / PaperPi

E-Paper display loop with plugins
97 stars 10 forks source link

installer fails to create paperpi user on bookworm #154

Closed txoof closed 5 months ago

txoof commented 5 months ago

Describe the bug Installer fails to create user paperpi during install run.

To Reproduce Steps to reproduce the behavior:

  1. Run remote installer: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/txoof/PaperPi/main/install/remote_install.sh)"
  2. Check /etc/passwd
  3. Observe there is no paperpi user.

Expected behavior Should create a paperpi user.

OS Info Run cat /etc/os-release

PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
txoof commented 5 months ago

resolved in #156