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