Fix the typo in the installer script

This commit is contained in:
Sameer Rahmani 2022-12-31 14:08:51 +00:00
parent 26546f827d
commit 640ed5b8e4
1 changed files with 1 additions and 1 deletions

View File

@ -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