some breaking changes?

This commit is contained in:
pika 2024-08-24 22:12:44 +02:00
parent 9abcca1c32
commit 1caf7eb710

View file

@ -192,7 +192,10 @@ p_basher() {
p_has() {
if ! command_exists has; then
$(git clone https://github.com/kdabir/has.git /tmp/has && cd /tmp/has && sudo make install)
inst_has() {
git clone https://github.com/kdabir/has.git /tmp/has && cd /tmp/has && sudo make install
}
silentexec inst_has
else
tools() {
local pkgs="bash fish git curl make cmake gcc g++ rg docker composer node npm php jre python3 go cargo"