correct update-kernel.sh
This commit is contained in:
parent
e249d29847
commit
3467e9ccae
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
test ${#} -eq 1 || { echo "usage: ${0} <version>" ; exit }
|
||||
test ${#} -eq 1 || { echo "usage: ${0} <version>" ; exit ; }
|
||||
|
||||
vers=${1}
|
||||
kernelpkg=linux-armv7-${vers}-armv7h.pkg.tar.xz
|
||||
|
|
Loading…
Reference in a new issue