Navigation Menu

Skip to content
This repository has been archived by the owner on Nov 18, 2020. It is now read-only.

Commit

Permalink
comment chattr lines in
Browse files Browse the repository at this point in the history
traktor_arch.sh
and traktor_fedora.sh
  • Loading branch information
GreatBahram committed Aug 8, 2017
1 parent 4de447b commit 94ff772
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion traktor_arch.sh
Expand Up @@ -40,7 +40,7 @@ sudo pacman -S tor obfsproxy privoxy dnscrypt-proxy torsocks
sudo wget https://AmirrezaFiroozi.github.io/traktor/dnscrypt-proxy.service -O /usr/lib/systemd/system/dnscrypt-proxy.service > /dev/null
sudo systemctl daemon-reload
echo "nameserver 127.0.0.1" | sudo tee /etc/resolv.conf >/dev/null
sudo chattr +i /etc/resolv.conf
#sudo chattr +i /etc/resolv.conf
sudo systemctl enable dnscrypt-proxy.service
sudo systemctl start dnscrypt-proxy

Expand Down
2 changes: 1 addition & 1 deletion traktor_fedora.sh
Expand Up @@ -59,7 +59,7 @@ fi
sudo wget https://ubuntu-ir.github.io/traktor/dnscrypt-proxy.service-fedora -O /etc/systemd/system/dnscrypt.service > /dev/null
sudo systemctl daemon-reload
echo "nameserver 127.0.0.1" | sudo tee /etc/resolv.conf >/dev/null
sudo chattr +i /etc/resolv.conf
#sudo chattr +i /etc/resolv.conf
sudo systemctl enable dnscrypt.service
sudo systemctl start dnscrypt.service

Expand Down

0 comments on commit 94ff772

Please sign in to comment.