OpenSUSE Installation correction #1176
Closed
sentairanger
started this conversation in
General
Replies: 1 comment 1 reply
-
Hey @sentairanger thank you for reporting this. This is a bug in the install script, it should request sudo itself if it has to, the rest of the script should run without root privileges. Issue opened here: opentofu/get.opentofu.org#19 and here's the fix for it: opentofu/get.opentofu.org#20 Update: This issue should now be fixed, please test and let us know if it works. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I successfully installed Open Tofu on OpenSUSE, however this line caused an issue when I first attempted to install.
./install-opentofu.sh --install-method rpm
I resolved this by adding sudo. This should be updated to reflect that.
Beta Was this translation helpful? Give feedback.
All reactions