Sync clock before doing an update
This commit is contained in:
parent
0b48f08674
commit
d031237b42
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
# Ensure the clock is synced before we start
|
||||||
|
sudo systemctl restart systemd-timesyncd
|
||||||
|
|
||||||
omarchy-snapshot create || [ $? -eq 127 ]
|
omarchy-snapshot create || [ $? -eq 127 ]
|
||||||
omarchy-update-git
|
omarchy-update-git
|
||||||
omarchy-migrate
|
omarchy-migrate
|
||||||
|
Loading…
x
Reference in New Issue
Block a user