mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 23:12:32 +01:00
fixed debian hostname sudo and apt
This commit is contained in:
parent
d51e11fe04
commit
5e473d835c
1
vagrant/debian/Vagrantfile
vendored
1
vagrant/debian/Vagrantfile
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user