diff --git a/INSTALL.md b/INSTALL.md index 9ec4b3922..9b03148ea 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -29,7 +29,7 @@ or not your Linux distribution supports a package manager: sudo rpm -U $PWD/{,scstadmin/}rpmbuilddir/RPMS/*/*.rpm elif dpkg-query -s libc-bin >/dev/null 2>&1; then sudo apt install build-essential debhelper devscripts gcc make lintian quilt - sudo apt install linux-headers-$(uname -r) || sudo apt install pve-headers-$(uname -r) + sudo apt install linux-headers-$(uname -r) || sudo apt install pve-headers-$(uname -r) make dpkg sudo dpkg -i $PWD/dpkg/{scst,iscsi-scst,scstadmin}_*.deb else