forked from Athena-OS/athena-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathupdate-database.sh
executable file
·24 lines (21 loc) · 944 Bytes
/
update-database.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/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
#cd ../aarch64
#sh ./update_repo.sh
echo "################################################################"
echo "################### Update Done ######################"
echo "################################################################"