This website requires JavaScript.
Explore
Help
Register
Sign In
teldra
/
hashboot
Watch
1
Star
0
Fork
0
You've already forked hashboot
forked from
tastytea/hashboot
Code
Issues
Pull Requests
Releases
Wiki
Activity
afcd7ec7f4
hashboot
/
kernel-install-hook-arch.install
12 lines
105 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Kernel install hook for arch added
2015-10-03 22:31:08 +02:00
#!/bin/bash
case $1 in
add)
Typo.
2015-10-03 22:40:28 +02:00
hashboot index
Kernel install hook for arch added
2015-10-03 22:31:08 +02:00
;;
remove)
Typo.
2015-10-03 22:40:28 +02:00
hashboot index
Kernel install hook for arch added
2015-10-03 22:31:08 +02:00
;;
esac
Reference in New Issue
Copy Permalink