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
Plaintext
Raw
Normal View
History
Unescape
Escape
Kernel install hook for arch added
2015-10-03 16:31:08 -04:00
#!/bin/bash
case $1 in
add)
Typo.
2015-10-03 16:40:28 -04:00
hashboot index
Kernel install hook for arch added
2015-10-03 16:31:08 -04:00
;;
remove)
Typo.
2015-10-03 16:40:28 -04:00
hashboot index
Kernel install hook for arch added
2015-10-03 16:31:08 -04:00
;;
esac