Skip to content
New issue

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

gum command not found using Ubuntu with WSL #2

Open
jojoCoWorker opened this issue Jan 17, 2025 · 1 comment
Open

gum command not found using Ubuntu with WSL #2

jojoCoWorker opened this issue Jan 17, 2025 · 1 comment

Comments

@jojoCoWorker
Copy link

jojoCoWorker commented Jan 17, 2025

Env :

WSL on Windows 11 PRO
Ubuntu distribution

Problem :

When I execute setup.sh with sudo rights, I have this output :
./setup.sh: line 11: gum: command not found

Possible Resolution :

Seems like gum is not installed on Ubuntu, here is a way to install it :
sudo mkdir -p /etc/apt/keyrings curl -fsSL https://repo.charm.sh/apt/gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/charm.gpg echo "deb [signed-by=/etc/apt/keyrings/charm.gpg] https://repo.charm.sh/apt/ * *" | sudo tee /etc/apt/sources.list.d/charm.list sudo apt update && sudo apt install gum

@tolon
Copy link

tolon commented Feb 4, 2025

Hi, updated code is attached.

sudo mkdir -p /etc/apt/keyrings
curl -fsSL https://repo.charm.sh/apt/gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/charm.gpg
echo "deb [signed-by=/etc/apt/keyrings/charm.gpg] https://repo.charm.sh/apt/ /" | sudo tee /etc/apt/sources.list.d/charm.list
sudo apt update && sudo apt install gum

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

No branches or pull requests

2 participants