mirror of
https://github.com/Kron4ek/Conty
synced 2024-12-26 09:58:38 +01:00
Add empty /etc/asound.conf as a placeholder
This commit is contained in:
parent
55bd8387c9
commit
c0f5dbf484
1 changed files with 3 additions and 2 deletions
|
@ -428,10 +428,11 @@ if [ -n "${chaotic_packagelist}" ]; then
|
|||
run_in_chroot pacman --noconfirm -S ${chaotic_packagelist}
|
||||
fi
|
||||
|
||||
unmount_chroot
|
||||
|
||||
rm "${bootstrap}"/var/cache/pacman/pkg/*
|
||||
mkdir "${bootstrap}"/media
|
||||
|
||||
unmount_chroot
|
||||
touch "${bootstrap}"/etc/asound.conf
|
||||
|
||||
clear
|
||||
echo "Done"
|
||||
|
|
Loading…
Reference in a new issue