From e1cb4a7421d6d440027a6bfac51baa3f45bee1a9 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Wed, 19 Feb 2020 11:47:31 +0100 Subject: [PATCH] Fix few bugs --- tforgione.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tforgione.sh b/tforgione.sh index 04e575e..97f41ec 100755 --- a/tforgione.sh +++ b/tforgione.sh @@ -371,6 +371,7 @@ configure_rust() { fi curl https://sh.rustup.rs -sSf | sh -s -- --no-modify-path -y + export PATH=$HOME/.cargo/bin:$PATH cargo_update_installed=1 yes_no_ask "do you wish to install cargo-update? it allows to update package automatically" @@ -396,11 +397,11 @@ configure_node() { return fi - install nodejs - install npm + install nodejs npm mkdir ~/.npmbin npm config set prefix ~/.npmbin + npm install -g npm remove npm } @@ -412,8 +413,7 @@ configure_awesome() { return fi - install awesome - install acpi + install awesome acpi git_clone https://gitea.tforgione.fr/tforgione/awesome ~/.config/awesome git_clone https://github.com/horst3180/arc-icon-theme --depth 1 && cd arc-icon-theme