Skip to content
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 420 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 420 Bytes

Vanilla OS Packages Repository

Setup (for Kinetic)

curl -s --compressed "https://repo.vanillaos.org/kinetic/KEY.gpg" | gpg --dearmor | sudo tee /usr/share/keyrings/vanilla-archive-keyring.gpg
sudo curl -s --compressed -o /etc/apt/sources.list.d/vanilla-os.list "https://repo.vanillaos.org/kinetic/vanilla-os.list"
sudo apt update

for other versions, change the codename from kinetic to the other one.