Compare commits

..

No commits in common. "fdfbf51a77eb827c4da40eddb3451fd8851316e6" and "11da6db264a2374f850c0728d72bf410cd57c7bd" have entirely different histories.

3 changed files with 14 additions and 8 deletions

View file

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

View file

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

View file

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