Update install scripts

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2022-01-04 16:31:19 +01:00
parent f8c131b5f3
commit 64a5b09320
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
4 changed files with 34 additions and 4 deletions

View file

@ -49,7 +49,6 @@ source "${INSTALL_DIR}/prerequisites.sh"
source "${INSTALL_DIR}/arch.sh"
source "${INSTALL_DIR}/rust.sh"
source "${INSTALL_DIR}/aur.sh"
source "${INSTALL_DIR}/npm.sh"
source "${INSTALL_DIR}/composer.sh"
source "${INSTALL_DIR}/ruby.sh"
source "${INSTALL_DIR}/directories.sh"
@ -69,4 +68,3 @@ echo "${BOLD}Make sure you do the following after this installation:"
echo " • Download settings for Visual Studio Code"
echo " • Start espanso"
echo " • Reboot the system"