Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
2. Fix a bug caused by the `wget` dependency.
  • Loading branch information
cainmagi committed Jul 6, 2021
1 parent bd0ccbd commit fd0f6e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion configs/detach
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd0f6e1

Please sign in to comment.