1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-09-28 15:01:24 +02:00

fixed debian hostname sudo and apt

This commit is contained in:
eoli3n 2017-12-22 18:45:57 +01:00
parent d51e11fe04
commit 5e473d835c

@ -21,6 +21,7 @@ Vagrant.configure("2") do |config|
apt install git ansible -y
# HOSTNAME
echo "debian" > /etc/hostname
echo "127.0.0.1 localhost localhost.localdomain debian" > /etc/hosts
hostname debian
SHELL