Added screen to installed packages.

This commit is contained in:
Storm Dragon 2023-08-19 18:04:24 -04:00
parent 2dc2f72e22
commit 110e7d9253
1 changed files with 2 additions and 2 deletions

View File

@ -200,6 +200,7 @@ pacman -Su --needed --noconfirm \
rhvoice-voice-bdl \
rng-tools \
rsync \
screen \
sox \
w3m \
wget \
@ -275,8 +276,7 @@ cp -rv ../files/boot/* /mnt/boot
cp -rv ../files/etc/* /mnt/etc
cp -rv ../files/var/* /mnt/var
cp -rv ../files/usr/* /mnt/usr
cp -rv ../files/etc/skel/.* /mnt/home/stormux/
cp -rv ../files/etc/skel/* /mnt/home/stormux/
find ../files/etc/skel/ -mindepth 1 -exec cp -rv "{}" /mnt/home/stormux/ \;
# Exiting calls the cleanup function to unmount.
exit 0