diff options
Diffstat (limited to 'documentation/tools/host_packages_scripts/opensuse_essential.sh')
-rw-r--r-- | documentation/tools/host_packages_scripts/opensuse_essential.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/tools/host_packages_scripts/opensuse_essential.sh b/documentation/tools/host_packages_scripts/opensuse_essential.sh new file mode 100644 index 0000000000..0d37e9bd5a --- /dev/null +++ b/documentation/tools/host_packages_scripts/opensuse_essential.sh | |||
@@ -0,0 +1,2 @@ | |||
1 | sudo zypper install bzip2 chrpath diffstat gcc gcc-c++ git gzip hostname libacl1 make makeinfo patch python python-curses python-xml python3 python3-Jinja2 python3-curses python3-pexpect python3-pip rpcgen socat tar wget which xz zstd | ||
2 | sudo pip3 install GitPython | ||