removed informant.
This commit is contained in:
parent
2b9f8acdb4
commit
aeaf40f131
@ -165,8 +165,6 @@ echo -e "root\nroot" | passwd "root"
|
|||||||
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 -iu stormux
|
sudo -iu stormux
|
||||||
# Mark all informant news read
|
|
||||||
informant read --all
|
|
||||||
# Create desktop, downloads, music, and other directories.
|
# Create desktop, downloads, music, and other directories.
|
||||||
xdg-user-dirs-update
|
xdg-user-dirs-update
|
||||||
# Install the yay package manager
|
# Install the yay package manager
|
||||||
@ -175,10 +173,8 @@ cd yay
|
|||||||
makepkg -si --noconfirm
|
makepkg -si --noconfirm
|
||||||
cd ~
|
cd ~
|
||||||
rm -rf yay
|
rm -rf yay
|
||||||
yay -S --noconfirm fenrir-git growpartfs informant log2ram
|
yay -S --noconfirm fenrir-git growpartfs log2ram
|
||||||
exit
|
exit
|
||||||
gpasswd -a stormux informant
|
|
||||||
informant read --all
|
|
||||||
# Configure sudo for group wheel, remove nopasswd for the stormux user
|
# Configure sudo for group wheel, remove nopasswd for the stormux user
|
||||||
echo '%wheel ALL=(ALL) ALL' > /etc/sudoers.d/wheel
|
echo '%wheel ALL=(ALL) ALL' > /etc/sudoers.d/wheel
|
||||||
# Set the hostname
|
# Set the hostname
|
||||||
|
Loading…
Reference in New Issue
Block a user