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"
|
||||
# Change to the stormux user and install some packages
|
||||
sudo -iu stormux
|
||||
# Mark all informant news read
|
||||
informant read --all
|
||||
# Create desktop, downloads, music, and other directories.
|
||||
xdg-user-dirs-update
|
||||
# Install the yay package manager
|
||||
@ -175,10 +173,8 @@ cd yay
|
||||
makepkg -si --noconfirm
|
||||
cd ~
|
||||
rm -rf yay
|
||||
yay -S --noconfirm fenrir-git growpartfs informant log2ram
|
||||
yay -S --noconfirm fenrir-git growpartfs log2ram
|
||||
exit
|
||||
gpasswd -a stormux informant
|
||||
informant read --all
|
||||
# Configure sudo for group wheel, remove nopasswd for the stormux user
|
||||
echo '%wheel ALL=(ALL) ALL' > /etc/sudoers.d/wheel
|
||||
# Set the hostname
|
||||
|
Loading…
Reference in New Issue
Block a user