fix install script

This commit is contained in:
Daniella / Tove 2023-02-25 12:05:54 +01:00
parent 5300cf7c16
commit f30c212c85
Signed by: TudbuT
GPG key ID: 7D63D5634B7C417F

View file

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