Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 2c9270d commit 31993ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ if grep "#" $prefix/etc/ca-certificates.conf; then

# ISRG is unsafe from my personal experiences, but it is being used on too many websites, I really want to disable it for all of my users but it will cause severe compatibility issue.
if [ $yongbin -eq 1 ]; then
sudosedi /etc/ca-certificates.conf -e "s|[^#].*ISRG*|\!\0|g"
sudosedi $prefix/etc/ca-certificates.conf -e "s|[^#].*ISRG*|\!\0|g"
fi
sudocpcontent /tmp/hood-install/ca-certificates.conf $prefix/etc/ca-certificates.conf
if test -f /usr/sbin/update-ca-certificates; then
Expand Down

0 comments on commit 31993ba

Please sign in to comment.