diff options
-rwxr-xr-x | Ubuntu/install-eSim.sh | 4 | ||||
-rw-r--r-- | Windows/README.md | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Ubuntu/install-eSim.sh b/Ubuntu/install-eSim.sh index 6561eea9..d1ec3367 100755 --- a/Ubuntu/install-eSim.sh +++ b/Ubuntu/install-eSim.sh @@ -129,13 +129,13 @@ function addKicadPPA if [ -z "$findppa" ]; then echo "Adding KiCad-4 PPA to local apt-repository" if [[ $(lsb_release -rs) == 20.* ]]; then - sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 83FBAD2D910F124E + sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 83FBAD2D910F124E sudo add-apt-repository --yes "deb [trusted=yes] http://ppa.launchpad.net/js-reynaud/kicad-4/ubuntu bionic main" sudo touch /etc/apt/preferences.d/preferences echo "Package: kicad" | sudo tee -a /etc/apt/preferences.d/preferences > /dev/null echo "Pin: version 4.0.7*" | sudo tee -a /etc/apt/preferences.d/preferences > /dev/null echo "Pin-Priority: 501" | sudo tee -a /etc/apt/preferences.d/preferences > /dev/null - sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3B4FE6ACC0B21F32 + sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3B4FE6ACC0B21F32 sudo add-apt-repository --yes "deb http://archive.ubuntu.com/ubuntu/ bionic main universe" else sudo add-apt-repository --yes ppa:js-reynaud/kicad-4 diff --git a/Windows/README.md b/Windows/README.md index 62701f6c..93d93c2d 100644 --- a/Windows/README.md +++ b/Windows/README.md @@ -35,7 +35,7 @@ It contains all the documentation for making eSim executable (using PyInstaller) $ pip install matplotlib==3.0.3 $ pip install tornado $ pip install setuptools - $ pip install PyQt5 + $ pip install PyQt5==5.9.2 $ pip install pypiwin32 7. Test whether only eSim dependencies are available or not: |