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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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