From f30c212c85b5e49c46f85689dbb67b6ee31ce979 Mon Sep 17 00:00:00 2001 From: TudbuT Date: Sat, 25 Feb 2023 12:05:54 +0100 Subject: [PATCH] fix install script --- install.spl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.spl b/install.spl index a5d5059..aa19deb 100644 --- a/install.spl +++ b/install.spl @@ -10,7 +10,8 @@ func main { mega | [ "sudo" "chmod" "a+rx" "/bin/spl" ] command-wait; "add vim syntax"; - [ "sudo" "cp" "spl.vim" "/usr/share/*vim*/runtime/syntax/spl.vim"] command-wait; + [ "sudo" "cp" "spl.vim" "/usr/share/vim/vim90/syntax/" ] command-wait; + [ "sudo" "cp" "spl.vim" "/usr/share/nvim/runtime/syntax/" ] command-wait; "SPL is now installed!" println