X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=lk;h=b757fcc6f85f2c17338fc54cafafca66ffaefbd9;hb=917771b2981e75635e9b85d14eb73105fcf591b4;hp=5bd5833d158363576beaf82744012334dbf79615;hpb=05e47f6734e5a9354a3243686ae55fe4ab2b72c7;p=automated-distro-installer diff --git a/lk b/lk old mode 100644 new mode 100755 index 5bd5833..b757fcc --- a/lk +++ b/lk @@ -16,39 +16,57 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. usage() { - cat </dev/null; then - apt-get update - apt-get install -y debconf - debconf-set-selections </dev/null 2>&1; then + apt-get update ||: # try even if we fail + apt-get install -y debconf + debconf-set-selections <