misc.sh 624 B

123456789101112131415161718192021222324252627
  1. #!/bin/sh
  2. echo -e '\033[35m
  3. __ ____
  4. / |/ (_)_________
  5. / /|_/ / / ___/ ___/
  6. / / / / (__ ) /__
  7. /_/ /_/_/____/\___/
  8. \033[0m'
  9. . checkroot.sh
  10. sleep 2
  11. echo '@edge http://dl-cdn.alpinelinux.org/alpine/edge/main
  12. @edgecommunity http://dl-cdn.alpinelinux.org/alpine/edge/community
  13. @testing http://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories
  14. apk add vim curl
  15. # sed -i "s/^# en_GB.UTF-8/en_GB.UTF-8/g" /etc/locale.gen
  16. # locale-gen
  17. # apt-get --yes --force-yes install ntp
  18. # dpkg-reconfigure tzdata
  19. apk add tmux etckeeper htop lynx unzip # needrestart
  20. echo -e "\033[92;1mMisc done \033[Om"