diff options
| author | Fuwn <[email protected]> | 2024-06-26 23:21:29 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-26 23:21:29 -0700 |
| commit | 97a100aa205b4e48fa0a6eba74f5a74931a73e35 (patch) | |
| tree | 13c95fcabf01755e09dcca51ec8f08ef8b4acca6 /home | |
| parent | scripts (diff) | |
| download | home-manager-config-97a100aa205b4e48fa0a6eba74f5a74931a73e35.tar.xz home-manager-config-97a100aa205b4e48fa0a6eba74f5a74931a73e35.zip | |
changes
Diffstat (limited to 'home')
| -rwxr-xr-x | home/fuwn/meta/scripts/scripts/rinny | 2 | ||||
| -rwxr-xr-x | home/fuwn/meta/scripts/scripts/start-vm | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/home/fuwn/meta/scripts/scripts/rinny b/home/fuwn/meta/scripts/scripts/rinny index 7d81fe4..fe17374 100755 --- a/home/fuwn/meta/scripts/scripts/rinny +++ b/home/fuwn/meta/scripts/scripts/rinny @@ -23,5 +23,7 @@ if [ ! -e "${CACHE}" ] || [ -n "${CACHE_BUST}" ]; then fi echo + mdcat "${CACHE}" | sed 's/^/ /' + echo diff --git a/home/fuwn/meta/scripts/scripts/start-vm b/home/fuwn/meta/scripts/scripts/start-vm index 37081f0..db67cc6 100755 --- a/home/fuwn/meta/scripts/scripts/start-vm +++ b/home/fuwn/meta/scripts/scripts/start-vm @@ -16,4 +16,5 @@ fi # fi systemctl start libvirtd >/dev/null && echo "libvirtd started" + virsh net-start default >/dev/null && echo "default network started" |