5 lines
78 B
Plaintext
5 lines
78 B
Plaintext
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
echo "Updating time..."
|
||
|
|
sudo systemctl restart systemd-timesyncd
|