From aeaf40f131fbe5f20d0906c4bede21a21ab10bfc Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sat, 5 Feb 2022 13:15:59 -0500 Subject: [PATCH] removed informant. --- build/build-stormux.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/build/build-stormux.sh b/build/build-stormux.sh index d8fbfcc..f52d2ab 100755 --- a/build/build-stormux.sh +++ b/build/build-stormux.sh @@ -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