From 6e07ffb1a3f3dbb3f52c3ddbb38d5a1d452a50f9 Mon Sep 17 00:00:00 2001 From: afonsofrancof Date: Sun, 29 Jan 2023 03:03:48 +0000 Subject: [PATCH] bumd mistake 5? --- 3-post-reboot/init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3-post-reboot/init.sh b/3-post-reboot/init.sh index d489d78..c8e0e70 100755 --- a/3-post-reboot/init.sh +++ b/3-post-reboot/init.sh @@ -1,6 +1,6 @@ script_full_path="$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )" -source $script_full_path/sevices.sh +source $script_full_path/services.sh source $script_full_path/aur.sh source $script_full_path/rustup.sh source $script_full_path/ghcup.sh