-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
init_live_sessions.sh: use new email address and revert ISRG modifica…
…tion
- Loading branch information
1 parent
57eb3c3
commit 2976187
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
@@ -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/ | ||
|