Merge pull request #20 from mvallim/issue-19

Fix error on install Ubuntu
This commit is contained in:
Marcos Tischer Vallim 2021-04-14 01:00:31 -03:00 committed by GitHub
commit cf054a6c95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -141,6 +141,7 @@ mkdir $HOME/live-ubuntu-from-scratch
```shell
apt-get install -y \
sudo \
ubuntu-standard \
casper \
lupin-casper \

View File

@ -76,6 +76,7 @@ function install_pkg() {
# install live linux packages
apt-get install -y \
sudo \
ubuntu-standard \
casper \
lupin-casper \