Skip to content
Snippets Groups Projects
Commit d00fa51f authored by Bob Lantz's avatar Bob Lantz
Browse files

Removed line that caused install.sh to fail with undefined variable.

Still should check to make sure Debian install works.
parent 518c75b5
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,6 @@ grep Ubuntu /etc/lsb-release &> /dev/null && DIST="Ubuntu"
# Kernel params
KERNEL_IMAGE=linux-image-${KERNEL_NAME}_${KERNEL_NAME}-10.00.Custom_i386.deb
if [ "$DIST" = "Debian" ]; then
KERNEL_NAME=2.6.33.1-mininet
KERNEL_HEADERS=linux-headers-${KERNEL_NAME}_${KERNEL_NAME}-10.00.Custom_i386.deb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment