- git clone the repository.
git clone https://github.com/keeganmilsten/Reborn-Packages
- Build the packages by entering into each package's folder and running
makepkg
, unless instructed by the README.md file of that folder not to do so.
3.Once all of the packages have been built, run the following command to update the repository as a whole:
sudo repo-add /home/$USER/Dropbox/Linux/RebornOS-Repo/Reborn-OS.db.tar.xz /home/$USER/Dropbox/Linux/RebornOS-Repo/*.pkg.tar.xz
check-repo.sh
-
Done!
-
In the event you wish to remove a package from the repo, first remove it from the directory and then delete it from the repo entirely using this command:
repo-remove /home/$USER/Dropbox/Linux/RebornOS-Repo/Reborn-OS.db.tar.xz {PACKAGE_NAME}
- Download the keyring packages from the following links:
- https://repo.itmettke.de/Reborn-OS/rebornos-keyring-20180302-1-any.pkg.tar.xz
- https://repo.itmettke.de/Reborn-OS/rebornos-keyring-20180302-1-any.pkg.tar.xz.sig
- Install Pamac and then click on the packages you have downloaded from above to install them:
############################# INSTALL PAMAC #################################
sudo yaourt -S pamac
- Enter pacman.conf
sudo nano /etc/pacman.conf
- Edit the file. At the very end of it, just add the following lines:
[Reborn-OS]
SigLevel = Optional Required
Server = https://repo.itmettke.de/Reborn-OS/
Server = https://github.com/keeganmilsten/Reborn-Packages/releases/download/1.0/
-
Press
CTRL X
, theny
, and lastlyENTER
to save the file. -
Refresh your databases
sudo pacman -Syy
- Done!