# If you ever want to uninstall NSS, look at the install commands below
# and remove everything that was installed... If you want to keep a list
# for the future, you can pipe the output of 'install' to 'tee' to
# view stdout and also write to a file.
# We get the combined nss-nspr tarball here because nss uses nspr's
# configure script, you can separately install NSPR before doing this
# Get it
cd
test -f installed/nss-3.96.1-with-nspr-4.35.tar.gz &&
mv -f installed/nss-3.96.1-with-nspr-4.35.tar.gz .
test ! -f nss-3.96.1-with-nspr-4.35.tar.gz &&
wget https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_96_1_RTM/src/\
nss-3.96.1-with-nspr-4.35.tar.gz