-
Notifications
You must be signed in to change notification settings - Fork 618
Add arm support to the installation script. #259
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
base: master
Are you sure you want to change the base?
Conversation
oh nice, can I try this out myself before it's merged onto the project? |
Hi @olli757, # install git
sudo apt-get update >/dev/null
sudo apt-get install -y git >/dev/null
# Get the code for this PR from my fork.
rm -rf ~/.local/share/omakub
git clone https://github.com/therohitdas/omakub.git ~/.local/share/omakub >/dev/null
# Start the installation script
source ~/.local/share/omakub/install.sh If the installation script fails, please report here with as much info as possible. It would be great if someone could test this PR and see if it works with an ARM64 chip (other than a Mac). |
Since #187 there is a simpler way to test any unmerged PR:
|
On mac m2 with VirtualBox vm i get up to here |
You're the best. |
Would love this! Gives the opportunity to test-drive this in Parallels for example. At the moment it is cutting its teeth on nvim but that's likely because this PR is so outdated. --2025-05-06 11:57:22-- https://github.com/neovim/neovim/releases/latest/download/nvim-linux64.tar.gz
Resolving github.com (github.com)... 140.82.113.4
Connecting to github.com (github.com)|140.82.113.4|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://github.com/neovim/neovim/releases/download/v0.11.1/nvim-linux64.tar.gz [following]
--2025-05-06 11:57:22-- https://github.com/neovim/neovim/releases/download/v0.11.1/nvim-linux64.tar.gz
Reusing existing connection to github.com:443.
HTTP request sent, awaiting response... 404 Not Found
2025-05-06 11:57:22 ERROR 404: Not Found. Given the comment at #227 (comment), would be cool to see us move forward on this. |
Hi everyone, @DoppioJP made some progress and claims to have a working version for VirtualBox on Mac: I have not tried it yet, but hopefully it is good enough for now. |
The install script works for a fresh Ubuntu 24.04 arm64 server with tasksel and ubuntu-desktop installed.
YouTube Video to try it with UTM on MacBook Pro M series laptops.