|
|
|
@ -3,6 +3,7 @@ PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin:/opt/hom |
|
|
|
|
export PATH |
|
|
|
|
export DEBIAN_FRONTEND=noninteractive |
|
|
|
|
|
|
|
|
|
apt autoremove -y |
|
|
|
|
apt install -y locate |
|
|
|
|
if [ ! -d /usr/share/locale/locale.alias ];then |
|
|
|
|
mkdir -p /usr/share/locale/locale.alias |
|
|
|
|