Update directories.
This commit is contained in:
parent
0ecb09771d
commit
3266c66b0d
@ -157,7 +157,10 @@ echo -e "root\nroot" | passwd "root"
|
|||||||
# Set the password for the stormux user
|
# Set the password for the stormux user
|
||||||
echo -e "stormux\nstormux" | passwd "stormux"
|
echo -e "stormux\nstormux" | passwd "stormux"
|
||||||
# Change to the stormux user and install some packages
|
# 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
|
git clone https://aur.archlinux.org/yay.git
|
||||||
cd yay
|
cd yay
|
||||||
makepkg -si --noconfirm
|
makepkg -si --noconfirm
|
||||||
|
Loading…
Reference in New Issue
Block a user