Insufficient permissions to install Homebrew to "/home/linuxbrew/.linuxbrew" #5929
Unanswered
NemoTR
asked this question in
Getting started
Replies: 1 comment
-
I tried to substitute |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Output of
brew config
Output of
brew doctor
Description of issue
I am trying to use a bash script to run install.sh on ubuntu 24.04.
I utilize
sudo timestamp
to avoid usingSUDO_ASKPASS
and here is my command in the script:I tried to run the script at my host (ubuntu 24.04) and it run well.
However, when I tried to run this script while building a podman container image (ubuntu 24.04) it output like this:
What is the difference between these two runs?
Best regards!
Beta Was this translation helpful? Give feedback.
All reactions