From 389fbf6a80b69857056018cffebeef1599b6e094 Mon Sep 17 00:00:00 2001 From: afonsofrancof Date: Sun, 29 Jan 2023 03:03:00 +0000 Subject: [PATCH] bumd mistake 4? --- 3-post-reboot/init.sh | 3 ++- 3-post-reboot/refind.sh | 1 - 3-post-reboot/xmonad.sh | 0 post-reboot.sh | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 3-post-reboot/refind.sh mode change 100644 => 100755 3-post-reboot/xmonad.sh 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