mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 15:36:11 +01:00
15 lines
362 B
Bash
Executable File
15 lines
362 B
Bash
Executable File
#!/bin/sh
|
|
|
|
sudo usermod -aG games mike
|
|
sudo usermod -aG libvirt mike
|
|
sudo usermod -aG docker mike
|
|
|
|
sudo systemctl enable --now acpid
|
|
sudo systemctl enable --now sshd
|
|
sudo systemctl enable --now libvirtd
|
|
sudo systemctl enable --now docker
|
|
sudo systemctl enable --now cups
|
|
|
|
systemctl enable --user --now redshift
|
|
systemctl enable --user --now gcr-ssh-agent.socket
|