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
aa19679cc9
hashboot
/
kernel-install-hook-arch.in...
12 lines
103 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
case
$1
in
add
)
hasboot index
;
;
remove
)
hasboot index
;
;
esac
Reference in New Issue
View Git Blame
Copy Permalink