From 0aab95dd4307bbe79f8b8e1db9931c065100e90d Mon Sep 17 00:00:00 2001 From: timoxa0 Date: Mon, 12 Aug 2024 16:42:13 +0500 Subject: [PATCH] Fix typo pacman -> apt --- buildUbuntuDesktop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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