This commit is contained in:
Afonso Franco 2023-01-29 02:41:54 +00:00
parent 78bf87324b
commit fdfbf51a77
Signed by: afonso
GPG key ID: C459E0BB3DCEE899
3 changed files with 6 additions and 12 deletions

View file

@ -1,5 +1,3 @@
script_full_path=$(dirname "$0")
source 1-initial/config-changes.sh
source 1-initial/create-user.sh

View file

@ -1,4 +1,2 @@
script_full_path=$(dirname "$0")
source $script_full_path/pacman.sh
source $script_full_path/chaotic-aur.sh
source 2-install-packages/pacman.sh
source 2-install-packages/chaotic-aur.sh

View file

@ -1,7 +1,5 @@
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
source 3-post-reboot/sevices.sh
source 3-post-reboot/aur.sh
source 3-post-reboot/rustup.sh
source 3-post-reboot/ghcup.sh