Skip to content

Commit

Permalink
init_live_sessions.sh: use new email address and revert ISRG modifica…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
1 parent 57eb3c3 commit 2976187
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions init_live_session.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ user_pref("network.proxy.type", 1);
EOF
fi

git config --global user.name "Yong Bin"
git config --global user.email [email protected]
#sudo mkdir -p /usr/local/texlive/
sudo rm /usr/local/share/texmf-dist

Expand Down Expand Up @@ -219,8 +217,10 @@ elif [ $machine = "Linux" ]; then
fi
sudo killall dhclient

sudo sed -i /etc/ca-certificates.conf -e "s|[^#].*ISRG*|\!\0|g"
sudo update-ca-certificates
git config --global user.name "yongbin"
git config --global user.email [email protected]
#sudo sed -i /etc/ca-certificates.conf -e "s|[^#].*ISRG*|\!\0|g"
#sudo update-ca-certificates

echo "nameserver 1.1.1.1"|sudo tee /etc/resolv.conf
sudo cp scripts/hosts /etc/
Expand Down

0 comments on commit 2976187

Please sign in to comment.