-
Notifications
You must be signed in to change notification settings - Fork 533
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
why there is nothing work after run this script ? #230
Comments
Probably because your architecture is not x64, try running |
I'm also experiencing the same issue and my architecture is x64, installed it in a vm perfectly fine 2 days ago went to install on bare metal and encountered the same problem |
Hi @IbrahimTanyalcin! Greetings to you from Argentina 🇦🇷 Could you help me to solve it? I don't do an sudo apt update to avoid not to have an Ubuntu "fresh install". Thank you! |
I was running into the same problem. There appears to be an issue with the There's a script referenced in the installer ( # Gum is used for the Omakub commands for tailoring Omakub after the initial install
cd /tmp
GUM_VERSION="0.14.1" # Use known good version
wget -qO gum.deb "https://github.com/charmbracelet/gum/releases/latest/download/gum_${GUM_VERSION}_amd64.deb"
sudo apt-get install -y ./gum.deb
rm gum.deb
cd - It's setting the
to this:
I'll see about creating a PR here in a few minutes after I finish testing it just to be sure. |
@cyommer Hi! I installed "gum" using snap but a few minutes later I've found the same script about "gum" with the version is required to the script to work out... I'll wait your response. Thanks for your comment! |
As a quick workaround, you can maybe take one of two paths.
source ~/.local/share/omakub/install/terminal/required/app-gum.sh >/dev/null and then re-run the install from or...
Either way should work. |
@nestorjgomez it seems to be similar to this although not exactly the same, https://bugs.launchpad.net/ubuntu/+source/ubuntu-advantage-tools/+bug/2055239, they report it to be harmless, This should work:
you can replace GUM_VERSION with "latest" as @cyommer suggessted and ARCH should be |
@nestorjgomez |
Fixed the immediate issue in fcb3e9c. But we need to fix that installer. It's using the latest path but with a specific version. And that breaks whenever there's a release of gum. |
Thanks to all of you!! |
No, it'll automatically pull down the latest version when you run the installer again. So you can just paste and run. |
Going to start a new ticket for the upgrade needed. |
See #231 |
I have followed the @cyommer e @IbrahimTanyalcin suggestions:
|
It worked for me @dhh @cyommer @IbrahimTanyalcin @EsamLasheen @linuxnoob21!! Some warnings came up, but the installation was never stopped abruptly... |
The text was updated successfully, but these errors were encountered: