From 77c077c9ae0f5ea41e6e815302b3208bb367d6d7 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Fri, 3 May 2024 19:17:32 +0200 Subject: [PATCH] Fix path --- .init_config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.init_config.sh b/.init_config.sh index f195d88..3f18ee7 100755 --- a/.init_config.sh +++ b/.init_config.sh @@ -97,7 +97,7 @@ function init_system() { sudo systemctl enable --now bluetooth sudo systemctl enable --now bluetooth-autoconnect sudo systemctl enable --now updatedb.timer - ~/.config/init_netctl.sh + ~/.config/bootstrap/init_netctl.sh echo -e "* Ensure hardware clock is up to date..." sudo hwclock --systohc # So that "Open in Terminal" works inc Nemo