Skip to content
This repository has been archived by the owner on Feb 4, 2025. It is now read-only.
/ Ubuntu-Hyprland Public archive

(hopefully) minimal script for build hyprwm/hyprland on Ubuntu oracular

Notifications You must be signed in to change notification settings

katabame/Ubuntu-Hyprland

Repository files navigation

(hopefully) minimal script for build hyprwm/hyprland on Ubuntu oracular

Note

hyprland is now can be installed via apt [source]
sudo add-apt-repository universe && sudo apt-get update && sudo apt-get install -y hyprland
Also there's ppa for latest hyprland build by cpiber https://github.com/cpiber/hyprland-ppa

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

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

About

(hopefully) minimal script for build hyprwm/hyprland on Ubuntu oracular

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages