Skip to content

Commit

Permalink
fix yum install
Browse files Browse the repository at this point in the history
  • Loading branch information
andylytical committed Dec 16, 2024
1 parent b30f0dc commit 193964a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/root/scripts/mk_afs_rpms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ required_pkgs=(
ncurses-devel
pam-devel
swig
@Development Tools
@Development\ Tools
)


install_dependencies() {
yum install -y "${required_pkgs}"
yum install -y "${required_pkgs[@]}"
}


Expand Down

0 comments on commit 193964a

Please sign in to comment.