diff --git a/tcet-welcome/scripts/installer.py b/tcet-welcome/scripts/installer.py index 7b8dd62..41af4ca 100755 --- a/tcet-welcome/scripts/installer.py +++ b/tcet-welcome/scripts/installer.py @@ -13,7 +13,7 @@ "Libre Office": "libreoffice-still", "PyCharm (CE)":"pycharm-community-edition", "GitHub CLI":"github-cli", - "Neovim":"neovim-git", + "Neovim":"neovim", "Intellij Idea (CE)":"intellij-idea-community-edition", "GoLang":"go" } @@ -86,4 +86,4 @@ def on_install_clicked(self, widget): win = MyApp() win.connect("destroy", Gtk.main_quit) win.show_all() -Gtk.main() \ No newline at end of file +Gtk.main()