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

Allows package installation on SteamOS Holo and persists between updates

License

Notifications You must be signed in to change notification settings

logan2611/holo-overlay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Allows package installation on SteamOS Holo and persists between updates

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages