fix resolv for work

This commit is contained in:
Tyrel Souza 2017-04-24 10:41:14 -04:00
parent e590542f82
commit 5efad495bb
No known key found for this signature in database
GPG Key ID: 2EECB5087209E6A5
1 changed files with 7 additions and 0 deletions

7
bin/resolv_work.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
cp /etc/resolv.conf /home/tyrelsouza/prev_resolv.conf
echo > /etc/resolv.conf
echo "nameserver 10.0.2.22" >> /etc/resolv.conf
echo "search addgene.org" >> /etc/resolv.conf