diff --git a/3-post-reboot/init.sh b/3-post-reboot/init.sh index ecf53bc..d489d78 100755 --- a/3-post-reboot/init.sh +++ b/3-post-reboot/init.sh @@ -4,4 +4,5 @@ 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 $script_full_path/pull-config.sh +source $script_full_path/xmonad.sh diff --git a/3-post-reboot/refind.sh b/3-post-reboot/refind.sh deleted file mode 100644 index 005cd8e..0000000 --- a/3-post-reboot/refind.sh +++ /dev/null @@ -1 +0,0 @@ -refind-install diff --git a/3-post-reboot/xmonad.sh b/3-post-reboot/xmonad.sh old mode 100644 new mode 100755 diff --git a/post-reboot.sh b/post-reboot.sh index 9a8c8ec..551ac6f 100755 --- a/post-reboot.sh +++ b/post-reboot.sh @@ -1,3 +1,3 @@ script_full_path="$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )" -source $script_full_path/4-post-reboot/init.sh +source $script_full_path/3-post-reboot/init.sh