6 lines
165 B
Bash
6 lines
165 B
Bash
#!/bin/bash
|
|
|
|
# Do nothing, assuming that the timezone will be set
|
|
# when installing Linux or configured separately
|
|
# from the terminal or desktop environment
|
|
exit 0; |