X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=lk;h=3364717a549500c63192d7e1da6fec2d5dba012d;hb=HEAD;hp=5bd5833d158363576beaf82744012334dbf79615;hpb=05e47f6734e5a9354a3243686ae55fe4ab2b72c7;p=automated-distro-installer diff --git a/lk b/lk old mode 100644 new mode 100755 index 5bd5833..3364717 --- 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 <