mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-25 11:01:09 +00:00
11 lines
133 B
Plaintext
11 lines
133 B
Plaintext
|
# Add needed base packages to the install
|
||
|
cat << EOF >> /tmp/addonpackages
|
||
|
perl
|
||
|
pkgconf-pkg-config
|
||
|
tcsh
|
||
|
lsof
|
||
|
tk
|
||
|
gcc-gfortran
|
||
|
tcl
|
||
|
EOF
|