6 lines
160 B
Bash
6 lines
160 B
Bash
#!/usr/bin/env bash
|
|
apt-get update
|
|
apt install htop -y
|
|
ln -fs /usr/share/zoneinfo/Europe/Paris /etc/localtime
|
|
dpkg-reconfigure --frontend noninteractive tzdata
|