#!/bin/sh echo -e ' __ __ _ | \/ (_)___ __ | |\/| | (_-> /etc/apk/repositories apk add vim curl # sed -i "s/^# en_GB.UTF-8/en_GB.UTF-8/g" /etc/locale.gen # locale-gen # apt-get --yes --force-yes install ntp # dpkg-reconfigure tzdata apk add tmux etckeeper htop lynx unzip # needrestart apk add tzdata TIMEZONE="Europe/Paris" cp /usr/share/zoneinfo/${TIMEZONE} /etc/localtime echo "${TIMEZONE}" > /etc/timezone echo -e "\033[92;1mMisc done \033[Om"