diff --git a/scripts/install_files.sh b/scripts/install_files.sh index 8693e96..7400e31 100644 --- a/scripts/install_files.sh +++ b/scripts/install_files.sh @@ -68,7 +68,7 @@ install_runners() { fi chmod +x "$fg42_home/fg42" - chmod +x" $fg42_home/fg42-wm" + chmod +x "$fg42_home/fg42-wm" info "Copying conifg file to ~/.fg42.el..." cp "$fg42_home/config/fg42.user.el" ~/.fg42.el