Disable output for corectrl

This commit is contained in:
RealStickman 2021-05-06 19:17:44 +02:00
parent 7963250939
commit 5df8d2a9f1

View File

@ -262,8 +262,9 @@ if [[ $(pacman -Q | grep vmware-workstation) ]]; then
fi
# add group for corectrl
echo "Setting up group for corectrl"
sudo groupadd -f corectrl
sudo gpasswd -a "$USER" corectrl
sudo gpasswd -a "$USER" corectrl 1>/dev/null
# enable fstrim timer
sudo systemctl enable fstrim.timer