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 rm /etc/sudoers
cp files/sudoers /etc/sudoers cp files/sudoers /etc/sudoers
cd / cd /
rm -R elnathco
clear clear
echo "What would you like to call your computer? (no spaces or special characters)" echo "What would you like to call your computer? (no spaces or special characters)"
@ -73,9 +72,12 @@ read SUPERUSERACC
clear clear
echo "Finalizing Setup..." # add KDE Plasma welcome screen echo "Finalizing Setup..." # add KDE Plasma welcome screen
cd /tmp cd /tmp
cd elnathco
cd files
mkdir /home/$USERACCNAME/.config mkdir /home/$USERACCNAME/.config
mkdir -p /home/$USERACCNAME/.config/autostart/ 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..." echo "Cleaning Up..."
cd /tmp cd /tmp