6 lines
235 B
Bash
6 lines
235 B
Bash
#!/bin/bash
|
|
#Import Certificates
|
|
mozroots --import --ask-remove --machine
|
|
echo Y |certmgr --ssl https://gateway.discord.gg /all
|
|
echo Y |certmgr --ssl https://gateway.discord.gg /all
|
|
echo Y |certmgr --ssl https://gateway.discord.gg /all |