Fix lint issue in setup.sh (#2213)

pull/2214/head
Disconnect3d 2 years ago committed by GitHub
parent 8625b30746
commit 00028a80ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -50,7 +50,7 @@ install_zypper() {
sudo zypper mr -e repo-oss-debug || sudo zypper mr -e repo-debug
sudo zypper refresh || true
sudo zypper install -y gdb gdbserver python-devel python3-devel python3-pip glib2-devel make glibc-debuginfo
sudo zypper install -y python2-pip || true # skip py2 installation if it doesn't exist
sudo zypper install -y python2-pip || true # skip py2 installation if it doesn't exist
if uname -m | grep x86_64 > /dev/null; then
sudo zypper install -y glibc-32bit-debuginfo || true

Loading…
Cancel
Save