4 lines
68 B
Bash
4 lines
68 B
Bash
|
|
#!/bin/bash
|
||
|
|
set -euo pipefail
|
||
|
|
|
||
|
|
systemctl --user start steamos.target
|