trimstray / htrace.sh

My simple Swiss Army knife for http/https troubleshooting and profiling.
GNU General Public License v3.0
3.74k stars 236 forks source link

Install on Arch Linux #88

Open imlonghao opened 4 years ago

imlonghao commented 4 years ago

Hello,

Just want you know that I wrote a PKGBUILD and pushed the package to AUR. Now for Arch Linux user, they can install htrace.sh by running

yay -S htrace.sh

yay will automatically install the dependencies from official repository and AUR

The PKGBUILD are available in: https://github.com/imlonghao/aur/blob/master/htrace.sh/PKGBUILD

Regards

dimitarvp commented 2 years ago

FYI:

$ yay -S htrace.sh

:: There are 2 providers available for wafw00f:
:: Repository AUR
    1) wafw00f 2) wafw00f-git

Enter a number (default=1): 1
:: There are 2 providers available for subfinder:
:: Repository AUR
    1) subfinder 2) subfinder-bin

Enter a number (default=1): 1
 -> Could not find all required packages:
    nodejs-observatory-cli (Wanted by: htrace.sh)
imlonghao commented 2 years ago

@dimitarvp I have updated the dependency, try again?

dimitarvp commented 2 years ago

Yes, I seem to go the installation phase just fine (but didn't proceed with it because I don't want PHP on my laptop 😃).

Thanks for addressing this!