Added screen to installed packages.

This commit is contained in:
Storm Dragon 2023-08-19 18:04:24 -04:00
parent 2dc2f72e22
commit 110e7d9253

View File

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