diff options
author | Christopher Kenna <cjk@cs.unc.edu> | 2012-09-30 17:07:13 -0400 |
---|---|---|
committer | Christopher Kenna <cjk@cs.unc.edu> | 2012-09-30 17:07:13 -0400 |
commit | 9b87a0798fab4390add9eedc04cf3a8df99272e3 (patch) | |
tree | 43b77d29675421b15554f431a792d6087a7d91b7 | |
parent | 6faeb63037d7c9447aa378fe4a39e8cb924516e8 (diff) |
Fix ARM installer script.
-rw-r--r-- | arm-installer-common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm-installer-common.sh b/arm-installer-common.sh index 92bd63c..ecbcc89 100644 --- a/arm-installer-common.sh +++ b/arm-installer-common.sh | |||
@@ -76,7 +76,7 @@ fetchfiles() { | |||
76 | echo "No modules found." >&2 | 76 | echo "No modules found." >&2 |
77 | if [ -d "/lib/modules/$KVERSION" ] ; then | 77 | if [ -d "/lib/modules/$KVERSION" ] ; then |
78 | echo "Removing old modules ..." >&2 | 78 | echo "Removing old modules ..." >&2 |
79 | rm -rf "/lib/modules/$KVERSION" | 79 | sudo rm -rf "/lib/modules/$KVERSION" |
80 | echo "done." >&2 | 80 | echo "done." >&2 |
81 | fi | 81 | fi |
82 | else | 82 | else |