Disable output for corectrl
This commit is contained in:
parent
7963250939
commit
5df8d2a9f1
@ -262,8 +262,9 @@ if [[ $(pacman -Q | grep vmware-workstation) ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# add group for corectrl
|
# add group for corectrl
|
||||||
|
echo "Setting up group for corectrl"
|
||||||
sudo groupadd -f corectrl
|
sudo groupadd -f corectrl
|
||||||
sudo gpasswd -a "$USER" corectrl
|
sudo gpasswd -a "$USER" corectrl 1>/dev/null
|
||||||
|
|
||||||
# enable fstrim timer
|
# enable fstrim timer
|
||||||
sudo systemctl enable fstrim.timer
|
sudo systemctl enable fstrim.timer
|
||||||
|
Loading…
Reference in New Issue
Block a user