Update 00-base.sh

This commit is contained in:
Ja.KooLit
2024-08-14 15:41:36 +09:00
committed by GitHub
parent a09c819cb6
commit acce625ac7

View File

@@ -1,9 +1,10 @@
#!/bin/bash #!/bin/bash
# 💫 https://github.com/JaKooLit 💫 # # 💫 https://github.com/JaKooLit 💫 #
# base devel # # base devel + archlinux-keyring #
base=( base=(
base-devel base-devel
archlinux-keyring
) )
## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ## ## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##
source "$(dirname "$(readlink -f "$0")")/Global_functions.sh" source "$(dirname "$(readlink -f "$0")")/Global_functions.sh"