diff options
author | Gene Pasquet <dev@etenil.net> | 2025-02-12 09:26:03 +0000 |
---|---|---|
committer | Gene Pasquet <dev@etenil.net> | 2025-02-12 09:26:03 +0000 |
commit | 8acd3bd7a3ab41311febcc32244caa797d0f19ca (patch) | |
tree | 5320481579b3f13daee7bd0cf34cd14eecd1a45b | |
parent | 80260b9b06a0413331f2f297b9dd3a96b9aed442 (diff) |
Fix installer bug
-rwxr-xr-x | installer/installer.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/installer.sh b/installer/installer.sh index f2b4e56..fafe6df 100755 --- a/installer/installer.sh +++ b/installer/installer.sh @@ -16,7 +16,7 @@ pushd $EMACS_DIR git clone https://github.com/Etenil/emacs-substrate.git # Download and prep early-init.el -sed "s%INSTALL_PATH%$EMACS_DIR/emacs-substrate%g" < emacs-substrate/installer/early-init.el > "$EMACS_DIR/early-init-el" +sed "s%INSTALL_PATH%$EMACS_DIR/emacs-substrate%g" < emacs-substrate/installer/early-init.el > "$EMACS_DIR/early-init.el" cp emacs-substrate/installer/init.el init.el popd |