Update directories.

This commit is contained in:
Storm Dragon 2021-10-06 23:04:00 -04:00
parent 0ecb09771d
commit 3266c66b0d
1 changed files with 4 additions and 1 deletions

View File

@ -157,7 +157,10 @@ echo -e "root\nroot" | passwd "root"
# Set the password for the stormux user
echo -e "stormux\nstormux" | passwd "stormux"
# Change to the stormux user and install some packages
sudo su - stormux
sudo -iu stormux
# Create desktop, downloads, music, and other directories.
xdg-user-dirs-update
# Install the yay package manager
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si --noconfirm