7 lines
128 B
Bash
Executable File
7 lines
128 B
Bash
Executable File
#!/bin/bash
|
|
sudo snap-sync \
|
|
--UUID fba0c463-99f4-41cf-8dc8-52a202a48849 \
|
|
--subvolid 5 \
|
|
--noconfirm \
|
|
--quiet
|