Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
/ os-hyprland Public archive
forked from PikaOS-Linux/os-kde

PikaOS Hyprland release ISO Builder.

License

Notifications You must be signed in to change notification settings

PikaOS-Linux/os-hyprland

 
 

Repository files navigation

PikaOS ISO production

This repository contains the tools necessary for building PikaOS Hyprland ISOs.

Building

docker run --privileged -i -v /proc:/proc \
    -v ${PWD}:/working_dir \
    -w /working_dir \
    ubuntu:latest \
    build.sh

The configuration can be changed in mk/config.mk.

About

PikaOS Hyprland release ISO Builder.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 71.7%
  • Shell 28.3%