Skip to content

katabame/Ubuntu-Hyprland

Repository files navigation

(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!

Usage on Ubuntu oracular (recommended)

## 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

Usage on Ubuntu noble (⚠ discontinued - help needed)

## 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

Contribute

if you find any improvement or issue, please open pullrequest or issue