Gitiles
Code Review
Sign In
osm.etsi.org
/
osm
/
devops
/
4c100eb1e1163d48c8c8d5ed7abc494f5a3d7986
/
.
/
packer
/
scripts
/
setup.sh
blob: de27aa721823f0aeae6c961bfe082bc175534cfc [
file
] [
log
] [
blame
]
#!/bin/sh
echo
"vagrant ALL=(ALL) NOPASSWD: ALL"
>>
/
etc
/
sudoers
sed
-
i
"s/^.*requiretty/#Defaults requiretty/"
/
etc
/
sudoers
echo
'APT::Periodic::Enable "0";'
>>
/
etc
/
apt
/
apt
.
conf
.
d
/
10periodic