From fd0f6e124a53c21ed0dbfc838119891576f22df9 Mon Sep 17 00:00:00 2001 From: cainmagi Date: Tue, 6 Jul 2021 17:37:47 -0500 Subject: [PATCH] 1.0.1 2. Fix a bug caused by the `wget` dependency. --- README.md | 1 + configs/detach | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 340c7a3..701ce22 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,7 @@ This is the minimal desktop test based on `ubuntu` `16.04`, `18.04` or `20.04` i ### ver 1.0.1 @ 7/6/2021 1. Fix a bug caused by noVNC version. +2. Fix a bug caused by the `wget` dependency. ### ver 1.0 @ 6/21/2021 diff --git a/configs/detach b/configs/detach index 83c1e03..2eab869 100644 --- a/configs/detach +++ b/configs/detach @@ -139,7 +139,7 @@ then msg "Create user xubuntu ..." apt-get update || fail - apt-get install -y apt-utils || fail + apt-get install -y apt-utils curl wget || fail apt-get install -y sudo || fail # Install sudo package useradd -ms /bin/bash xubuntu || fail # Add the user passwd -d xubuntu || fail # Delete the password