2021-07-05 06:50:25 +00:00
|
|
|
#!/bin/bash
|
|
|
|
r_log "archive" "Installing appropriate archive formats"
|
|
|
|
|
|
|
|
# We might need expect for zmore - does anyone actually use zmore?
|
2022-06-22 01:03:43 +00:00
|
|
|
p_installPackageNormal bzip2 diffutils gzip less tar unzip util-linux-ng zip lzop
|