From 96e0b25bab05936d8f185f18c285072d623e1d5c Mon Sep 17 00:00:00 2001 From: Luddifee Date: Thu, 17 Dec 2020 16:08:06 +0100 Subject: [PATCH] general update --- install-packages.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/install-packages.sh b/install-packages.sh index eddb6db..70035c5 100755 --- a/install-packages.sh +++ b/install-packages.sh @@ -1,13 +1,10 @@ #!/usr/bin/bash -# haskell package -sudo pacman -S haskell --noconfirm - # python packages sudo pacman -S python3 pypy3 --noconfirm # js and ts packages -sudo pacman -S deno nodejs --noconfirm +sudo pacman -S deno nodejs npm --noconfirm # tex & markdown packages sudo pacman -S texlive-core pandoc --noconfirm