This website requires JavaScript.
Explore
Woodpecker CI
Request Account
Help
Sign In
mirrors
/
hashboot
mirror of
https://schlomp.space/tastytea/hashboot
Watch
1
Star
0
Fork
You've already forked hashboot
0
Code
Issues
Projects
Releases
Wiki
Activity
afcd7ec7f4
hashboot
/
kernel-install-hook-arch.in...
12 lines
105 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
case
$1
in
add
)
hashboot index
;
;
remove
)
hashboot index
;
;
esac
Reference in New Issue
View Git Blame
Copy Permalink