We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Installer fails to create user paperpi during install run.
paperpi
To Reproduce Steps to reproduce the behavior:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/txoof/PaperPi/main/install/remote_install.sh)"
/etc/passwd
Expected behavior Should create a paperpi user.
OS Info Run cat /etc/os-release
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/"
The text was updated successfully, but these errors were encountered:
resolved in #156
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Installer fails to create user
paperpi
during install run.To Reproduce
Steps to reproduce the behavior:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/txoof/PaperPi/main/install/remote_install.sh)"
/etc/passwd
Expected behavior
Should create a paperpi user.
OS Info
Run
cat /etc/os-release
The text was updated successfully, but these errors were encountered: