Skip to content

Latest commit

 

History

History
100 lines (77 loc) · 2.93 KB

File metadata and controls

100 lines (77 loc) · 2.93 KB

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 the actions page.

Rebase

Warning

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

Rebase an existing atomic Fedora installation to the latest build
  • First, make an environment variable for the variant of your choice:
ShadowOS (AMD/Intel)
VARIANT=shadowos-linux
ShadowOS (NVIDIA)
VARIANT=shadowos-linux-nvidia
ShadowOS (AMD/Intel) with Steam
VARIANT=shadowos-linux-steam
ShadowOS (NVIDIA) with Steam
VARIANT=shadowos-linux-nvidia-steam
  • Then 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
  • ShadowOS (Intel/AMD)
    rpm-ostree rebase ostree-image-signed:docker://ghcr.io/shadowos-linux/shadowos-linux:latest
    
  • ShadowOS (Nvidia)
    rpm-ostree rebase ostree-image-signed:docker://ghcr.io/shadowos-linux/shadowos-linux-nvidia:latest
    
  • ShadowOS (Intel/AMD) with Steam
    rpm-ostree rebase ostree-image-signed:docker://ghcr.io/shadowos-linux/shadowos-linux-steam:latest
    
  • ShadowOS (Nvidia) with Steam
    rpm-ostree rebase ostree-image-signed:docker://ghcr.io/shadowos-linux/shadowos-linux-nvidia-steam: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