diff --git a/buildUbuntuDesktop.sh b/buildUbuntuDesktop.sh index 4e88331..fcf1ff5 100755 --- a/buildUbuntuDesktop.sh +++ b/buildUbuntuDesktop.sh @@ -57,7 +57,7 @@ chroot "$rootdir" bash -c "dpkg -i /opt/*.deb" chroot "$rootdir" bash -c "rm /opt/*.deb" # Clean apt cache -log "Cleaning pacman cache" +log "Cleaning apt cache" chroot "$rootdir" apt clean # Enable userspace daemons