furious five

This commit is contained in:
Page Asgardius 2024-08-13 13:30:08 -07:00
parent 3c22312e47
commit 34e7230486
139 changed files with 5106 additions and 12 deletions

View file

@ -0,0 +1,21 @@
#!/bin/bash
#set -e
##################################################################################################################
# Author : Erik Dubois
# Website : https://www.erikdubois.be
# Website : https://www.arcolinux.info
# Website : https://www.arcolinux.com
# Website : https://www.arcolinuxd.com
# Website : https://www.arcolinuxforum.com
##################################################################################################################
#
# DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK.
#
##################################################################################################################
cd x86_64
sh ./update_repo.sh
echo "################################################################"
echo "################### Update Done ######################"
echo "################################################################"

View file

@ -0,0 +1 @@
alci_local_repo.db.tar.gz

View file

@ -0,0 +1 @@
alci_local_repo.files.tar.gz

View file

@ -0,0 +1,10 @@
#!/bin/bash
rm alci_local_repo*
echo "repo-add"
repo-add -n -R alci_local_repo.db.tar.gz *.pkg.tar.zst
echo "####################################"
echo "Repo Updated!!"
echo "####################################"