-
Notifications
You must be signed in to change notification settings - Fork 478
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
Add arm support to the installation script. #259
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. |
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.