Compare commits
2 commits
11da6db264
...
fdfbf51a77
Author | SHA1 | Date | |
---|---|---|---|
fdfbf51a77 | |||
78bf87324b |
3 changed files with 8 additions and 14 deletions
|
@ -1,6 +1,4 @@
|
|||
script_full_path=$(dirname "$0")
|
||||
|
||||
source $script_full_path/config-changes.sh
|
||||
source $script_full_path/create-user.sh
|
||||
source 1-initial/config-changes.sh
|
||||
source 1-initial/create-user.sh
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue