mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 13:44:24 +00:00
Imported scripts from private repository and enforced the naming convention
This commit is contained in:
6
scripts/opensuse/git.setup.sh
Executable file
6
scripts/opensuse/git.setup.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
sudo zypper --non-interactive search --installed-only 'python??' \
|
||||
| sed -e '1,/---/ d' -e 's/ | /,/g' \
|
||||
| awk -F ',' '{print $2 "-pre-commit"}' \
|
||||
| xargs sudo zypper install --no-confirm git-lfs
|
||||
Reference in New Issue
Block a user