has now has a temp dir

This commit is contained in:
pika 2024-08-18 15:06:37 +02:00
parent 69ce6651bf
commit 8319ce5dca

View file

@ -220,7 +220,7 @@ _cli_qol_() {
fi fi
if ! command_exists has; then if ! command_exists has; then
$(git clone https://github.com/kdabir/has.git && cd has && sudo make install) $(git clone https://github.com/kdabir/has.git /tmp/has && cd /tmp/has && sudo make install)
else else
tools(){ tools(){
local pkgs="bash fish git curl make composer node npm php jre python3" local pkgs="bash fish git curl make composer node npm php jre python3"