From d505eb90d42f6ed37a927285e6824accc659f20c Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 14 Mar 2021 23:49:28 -0400 Subject: [PATCH] Removed informant. --- build/build-stormux.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build/build-stormux.sh b/build/build-stormux.sh index cc355cf..56b2de4 100755 --- a/build/build-stormux.sh +++ b/build/build-stormux.sh @@ -163,10 +163,8 @@ cd yay makepkg -si --noconfirm cd ~ rm -rf yay -yay -S --noconfirm fenrir-git informant magic-wormhole +yay -S --noconfirm fenrir-git magic-wormhole exit -# Make sure informant is up to date with news -informant read --all # Configure sudo for group wheel, remove nopasswd for the stormux user sed '/stormux/d' /etc/sudoers.d/wheel sed 's/^# %wheel ALL=(ALL) ALL$/%wheel ALL=(ALL) ALL/' /etc/sudoers.d/wheel