Paket RootCoreRootCore packages
Repositori APTAPT Repository
Repositori ini menyimpan paket RootCore seperti branding, konfigurasi Calamares, tema Plymouth, dan konfigurasi arsip RootCore.This repository hosts RootCore packages such as branding, Calamares configuration, Plymouth theme, and RootCore archive configuration.
Source APTAPT source
Source repositori publik RootCore:RootCore public repository source:
Types: deb URIs: https://os.rootcore.net/repo Suites: rootcore Components: main Signed-By: /usr/share/keyrings/rootcore-archive-keyring.gpg
Cara menambahkan repoHow to add the repo
Pada sistem RootCore yang sudah terpasang, paket keyring dan konfigurasi arsip sudah disiapkan. Jika perlu menambahkan secara manual, gunakan pola berikut.On an installed RootCore system, the keyring and archive configuration packages are already prepared. If you need to add it manually, use this pattern.
sudo install -d -m 0755 /usr/share/keyrings curl -fsSL https://os.rootcore.net/keyrings/rootcore-archive-keyring.gpg \ | sudo tee /usr/share/keyrings/rootcore-archive-keyring.gpg >/dev/null sudo tee /etc/apt/sources.list.d/rootcore-online.sources >/dev/null <<'SOURCE' Types: deb URIs: https://os.rootcore.net/repo Suites: rootcore Components: main Signed-By: /usr/share/keyrings/rootcore-archive-keyring.gpg SOURCE sudo apt update
Gunakan Signed-By agar APT hanya memakai key RootCore untuk repositori RootCore.Use Signed-By so APT uses the RootCore key only for the RootCore repository.
Paket yang tersediaAvailable packages
rootcore-brandingrootcore-calamares-configrootcore-plymouth-themerootcore-archive-keyringrootcore-archive-config
Cek metadata repoCheck repo metadata
Endpoint metadata utama harus tersedia melalui HTTPS.The main metadata endpoint should be available over HTTPS.
curl -I https://os.rootcore.net/repo/dists/rootcore/InRelease curl -I https://os.rootcore.net/repo/dists/rootcore/main/binary-amd64/Packages.gz