arch-config/3-post-reboot/init.sh

8 lines
172 B
Bash
Raw Normal View History

2023-01-29 02:43:54 +00:00
script_full_path=$(dirname "$0")
source $script_full_path/sevices.sh
source $script_full_path/aur.sh
source $script_full_path/rustup.sh
source $script_full_path/ghcup.sh
2023-01-29 02:32:19 +00:00