Skip to content

ShadowOS-Linux/shadowos-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

770 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShadowOS Linux   bluebuild build badge iso build badge

I prohibit the usage of this software in areas where age verification is required by law.

I am therefore not responsible if you downloaded ShadowOS Linux in those areas.

Installation

ISO

You can download the latest ISO file from:

*credits to nightly.link for allowing artifact downloads without needing an account

Rebase

Warning

This is an experimental feature, try at your own discretion.

First, make an environment variable for the variant of your choice

First, pick a desktop environment:

Cosmic (Recommended)
DE=linux
Gnome
DE=gnome
KDE
DE=kde
XFCE
DE=xfce

Then, select your gpu:

AMD/Intel
GPU=
NVIDIA (GTX 16xx and RTX series)
GPU=-nvidia
NVIDIA Legacy (GTX 745 and later)
GPU=-nvidia-legacy

After that, choose if you would like steam or not:

Steam
STEAM=-steam
No Steam
STEAM=

Then, run this command:

VARIANT="shadowos-${DE}${GPU}${STEAM}"

After that, either:

Rebase an existing atomic Fedora installation to the latest build
  • Rebase to the unsigned image, to get the proper signing keys and policies installed:
    rpm-ostree rebase ostree-unverified-registry:ghcr.io/shadowos-linux/$VARIANT:latest
    
  • Reboot to complete the rebase:
    systemctl reboot
    
  • Then rebase to the signed image, like so:
    (source /etc/os-release && rpm-ostree rebase ostree-image-signed:docker://ghcr.io/shadowos-linux/$VARIANT_ID:latest)
    
  • Reboot again to complete the installation
    systemctl reboot
    
Rebase an existing ShadowOS Linux installation to another variant
rpm-ostree rebase ostree-image-signed:docker://ghcr.io/shadowos-linux/$VARIANT:latest

Verification

These images are signed with Sigstore's cosign. You can verify the signature by downloading the cosign.pub file from this repo and running the following command:

cosign verify --key cosign.pub ghcr.io/shadowos-linux/shadowos-linux

Releases

No releases published

Packages

 
 
 

Contributors

Generated from blue-build/template