added fd setup script
This commit is contained in:
parent
d522b55fb0
commit
52db4c0e34
1 changed files with 9 additions and 0 deletions
9
src/setup/apps/fd.py
Normal file
9
src/setup/apps/fd.py
Normal file
|
@ -0,0 +1,9 @@
|
|||
from src.util import pamac_install
|
||||
|
||||
name = "fd"
|
||||
|
||||
|
||||
def setup():
|
||||
"""find but modern and rusty"""
|
||||
|
||||
pamac_install("fd")
|
Loading…
Add table
Add a link
Reference in a new issue