plasma welcome dialogue

This commit is contained in:
log :3 2022-10-12 14:59:23 +11:00
parent d097959953
commit 2666339ca2
1 changed files with 4 additions and 2 deletions

View File

@ -25,7 +25,6 @@ cp files/pacman.conf /etc/pacman.conf
rm /etc/sudoers
cp files/sudoers /etc/sudoers
cd /
rm -R elnathco
clear
echo "What would you like to call your computer? (no spaces or special characters)"
@ -73,9 +72,12 @@ read SUPERUSERACC
clear
echo "Finalizing Setup..." # add KDE Plasma welcome screen
cd /tmp
cd elnathco
cd files
mkdir /home/$USERACCNAME/.config
mkdir -p /home/$USERACCNAME/.config/autostart/
cp org.kde.plasma-welcome.desktop /home/$USERACCNAME/.config/autostart/
cp plasma-welcome /usr/share/applications
echo "Cleaning Up..."
cd /tmp