1
1
Fork 0

changed import_cacert.sh to import_cacert_ubuntu.sh because its ubuntu specific

This commit is contained in:
david 2012-06-14 22:58:01 +02:00
parent 8a31cf6326
commit 0bd78e32b5
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
## import cacert root certificate (imports to system, works for chromium)
sudo apt-get install libnss3-tools
sudo apt-get install libnss3-tools wget
wget -O cacert-root.crt "http://www.cacert.org/certs/root.crt"
wget -O cacert-class3.crt "http://www.cacert.org/certs/class3.crt"