hosts: move to network/hosts

master
an 2019-10-26 00:01:20 -04:00
부모 8f26d0e4a9
커밋 0ad336ffda
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -4,7 +4,7 @@ function build-hosts -d 'Builds /etc/hosts'
cd $_agw_dir_src/hosts
git pull
sudo sh -c "cat $_agw_dir_rc/applications/hosts > /etc/hosts"
sudo sh -c "cat $_agw_dir_rc/network/hosts > /etc/hosts"
sudo sh -c "cat $_agw_dir_src/hosts/hosts >> /etc/hosts"
end