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
Encountered the following error when installing on Pop!_OS
Error: Error while installing package: installed logigsk package post-installation script subprocess returned error exit status 1
Error while installing package: installed logigsk package post-installation script subprocess returned error exit status 1
Steps I took to fix this:
I'd suggest performing an OS check in the Post Install Script
Check4Pop=`cat /etc/os-release|grep -m 1 -o "Pop\!_OS"` if [ "$Check4Pop" == "Pop!_OS" ]; then USER=`who | grep ':1' | grep -o '^\w*' | head -n1` else USER=`who | grep ':0' | grep -o '^\w*' | head -n1` fi
The text was updated successfully, but these errors were encountered:
This is the same for any Ubuntu Install after 18.04. This check could be easily adjusted for Ubuntu or any other required distro.
Sorry, something went wrong.
I'm using PopOs 20.04 and it's working fine, I just ran sudo. / INSTALL like the documentation said and the magic was done.
sudo. / INSTALL
No branches or pull requests
Encountered the following error when installing on Pop!_OS
Error:
Error while installing package: installed logigsk package post-installation script subprocess returned error exit status 1
Steps I took to fix this:
I'd suggest performing an OS check in the Post Install Script
The text was updated successfully, but these errors were encountered: