From e20a33e13204b69731366a4964cb4d9a76c70108 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Sun, 22 Jun 2025 14:49:58 +0200 Subject: [PATCH] [Setup] Fix --- install | 2 ++ setup | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/install b/install index 66ba431..cf2e930 100755 --- a/install +++ b/install @@ -34,3 +34,5 @@ yay -S okular vlc nextcloud-client p7zip zip unzip gnome-keyring noto-fonts thun # LaTeX yay -S texlive biber + +sudo npm i -g create-vue sitemap-generator-cli diff --git a/setup b/setup index 108a441..b8446cc 100755 --- a/setup +++ b/setup @@ -23,7 +23,7 @@ echo " " -trap 'echo -e "\nCaught Ctrl+C, exiting..."; exit 1' SIGINT +trap 'echo -e "\nCaught Ctrl+C, exiting..."; exit 130' SIGINT # Read platform to install on (only if no platform file present in ~/.config/) platform=""