Fix typo pacman -> apt
This commit is contained in:
parent
a945145e04
commit
0aab95dd43
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue