ignore ssl
This commit is contained in:
parent
a87a4a1cc5
commit
9a7e87c694
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
if grep "Ubuntu" /proc/version > /dev/null || grep "WSL" /proc/version > /dev/null;
|
||||
then
|
||||
git clone https://git.kennel.ml/Anri/myLinuxConfiguration.git
|
||||
git clone -c http.sslverify=false https://git.kennel.ml/Anri/myLinuxConfiguration.git
|
||||
cd myLinuxConfiguration
|
||||
# Update of APT
|
||||
sudo apt update
|
||||
|
|
Reference in a new issue