plasma welcome dialogue
This commit is contained in:
parent
d097959953
commit
2666339ca2
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue