apparently dirs3arch was renamed to dirsearch

This commit is contained in:
Michael Rodler 2016-06-01 13:51:19 +02:00
parent fb29febc61
commit ab6c90eaab
2 changed files with 7 additions and 7 deletions

View file

@ -1,7 +0,0 @@
#!/bin/bash
mkdir bin
git clone --depth 1 https://github.com/maurosoria/dirs3arch.git
cd bin
ln -s ../dirs3arch/dirs3arch.py .

7
dirsearch/install Executable file
View file

@ -0,0 +1,7 @@
#!/bin/bash
mkdir bin
git clone --depth 1 https://github.com/maurosoria/dirsearch.git
cd bin
ln -s ../dirsearch/dirsearch.py .