mirror of
https://github.com/xcat2/confluent.git
synced 2024-12-04 18:44:41 +00:00
4 lines
126 B
Bash
4 lines
126 B
Bash
|
#!/usr/bin/bash
|
||
|
# remove online repos
|
||
|
grep -lE "baseurl=https?://download.opensuse.org" /etc/zypp/repos.d/*repo | xargs rm --
|