10 lines
94 B
Bash
Executable file
10 lines
94 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Build iscsi modules with installed kernel
|
|
|
|
set -e
|
|
set -o xtrace
|
|
|
|
apt-get clean
|
|
|
|
|