7 lines
128 B
Bash
Executable File
7 lines
128 B
Bash
Executable File
#!/bin/bash
|
|
sudo snap-sync \
|
|
--UUID 8d148185-97f7-446f-8937-3c5c0924039d \
|
|
--subvolid 5 \
|
|
--noconfirm \
|
|
--quiet
|