Fix typo pacman -> apt

This commit is contained in:
timoxa0 2024-08-12 16:42:13 +05:00
parent a945145e04
commit 0aab95dd43

View file

@ -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