4 lines
76 B
Bash
4 lines
76 B
Bash
#!/bin/bash
|
|
|
|
rm /etc/localtime && cp /usr/share/zoneinfo/UTC /etc/localtime
|