4 lines
106 B
Bash
Executable File
4 lines
106 B
Bash
Executable File
#!/bin/sh
|
|
echo "WARNING: the tzconfig command is deprecated, please use:"
|
|
echo " dpkg-reconfigure tzdata"
|