(hopefully) minimal script for build hyprwm/hyprland on Ubuntu oracular
Important
hyprwm/Hyprland
v0.42.0 requires new dependency hyprwm/aquamarine
,
but some dependencies (including dependency to build hyprwm/aquamarine
) at apt is old on noble.
I hightly recommends use oracular instead!
## Canary
# using wget
wget -O - https://hypr.kataba.me/oracular.sh | bash
# using curl
curl https://hypr.kataba.me/oracular.sh | bash
## Nightly
# using wget
wget -O - https://hypr.kataba.me/oracular.sh | bash -s -- nightly
# using curl
curl https://hypr.kataba.me/oracular.sh | bash -s -- nightly
## Canary
# using wget
wget -O - https://hypr.kataba.me/noble.sh | bash
# using curl
curl https://hypr.kataba.me/noble.sh | bash
## Nightly
# using wget
wget -O - https://hypr.kataba.me/noble.sh | bash -s -- nightly
# using curl
curl https://hypr.kataba.me/noble.sh | bash -s -- nightly
if you find any improvement or issue, please open pullrequest or issue