X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=blobdiff_plain;f=lk;h=d3d13eab9cc8f5607aa55b30871e36ef9b997d8a;hp=5bd5833d158363576beaf82744012334dbf79615;hb=HEAD;hpb=05e47f6734e5a9354a3243686ae55fe4ab2b72c7 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 <