Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (20 loc) · 1.03 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.03 KB

Holo-Overlay

⚠️ Warning: This repo is not ready for production use. It has several issues which make it impractical to use at this time.

A small collection of systemd services and scripts to enable installing packages on SteamOS 3.x

Holo-Overlay persists through updates without the use of RAUC, allowing you to install it alongside other modifications that utilize it to persist. (See #2)

This is experimental software, it could potentially brick your system or otherwise degrade it's usability. Do not install unless you are prepared to recover from such an occurrence.

Installation:

  1. Clone the repo
  2. Run install.sh as root
cd /tmp
git clone https://github.com/logan2611/holo-overlay.git
cd holo-overlay
sudo ./install.sh

Uninstallation:

sudo systemctl disable usr.mount var-lib-pacman.mount
sudo rm -r /etc/systemd/system/usr.mount /etc/systemd/system/var-lib-pacman.mount /etc/systemd/system/pacman-cleanup.service /opt/holo-overlay/
sudo reboot