Skip to content

Conversation

flintforge
Copy link

apt/dpkg installation was failing
(The 'postgres' user does not have the default toolchain set to 1.72.0.
Please see package installation instructions on how to do this.
dpkg: error processing archive, etc.)

because
rustup toolchain list
returning
1.72.0-[...] (active, default)
was unmatched by the subsequent grep, expecting only (default).

dpkg installation was failing because 'rustup toolchain list' returning '1.72.0-x86_64-unknown-linux-gnu (active, default)' was unmatched
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant