furious five
This commit is contained in:
parent
3c22312e47
commit
34e7230486
139 changed files with 5106 additions and 12 deletions
21
lily/example-alci_local_repo/update-database.sh
Executable file
21
lily/example-alci_local_repo/update-database.sh
Executable 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 "################################################################"
|
1
lily/example-alci_local_repo/x86_64/alci_local_repo.db
Symbolic link
1
lily/example-alci_local_repo/x86_64/alci_local_repo.db
Symbolic link
|
@ -0,0 +1 @@
|
|||
alci_local_repo.db.tar.gz
|
BIN
lily/example-alci_local_repo/x86_64/alci_local_repo.db.tar.gz
Normal file
BIN
lily/example-alci_local_repo/x86_64/alci_local_repo.db.tar.gz
Normal file
Binary file not shown.
1
lily/example-alci_local_repo/x86_64/alci_local_repo.files
Symbolic link
1
lily/example-alci_local_repo/x86_64/alci_local_repo.files
Symbolic link
|
@ -0,0 +1 @@
|
|||
alci_local_repo.files.tar.gz
|
BIN
lily/example-alci_local_repo/x86_64/alci_local_repo.files.tar.gz
Normal file
BIN
lily/example-alci_local_repo/x86_64/alci_local_repo.files.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
10
lily/example-alci_local_repo/x86_64/update_repo.sh
Executable file
10
lily/example-alci_local_repo/x86_64/update_repo.sh
Executable 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 "####################################"
|
Loading…
Add table
Add a link
Reference in a new issue