Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
akotlar committed Sep 17, 2024
1 parent deb4759 commit 9cc5e37
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion install-rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ echo "PROFILE is $PROFILE_FILE"
echo "Go platform is $GO_PLATFORM"

# Install RPM dependencies
sudo ./install/install-rpm-deps.sh "$PROFILE_FILE" "$LOCAL_INSTALL_DIR"
sudo ./install/install-rpm-deps.sh

# Install HTSlib
./install/install-htslib.sh "$PROFILE_FILE" "$LOCAL_INSTALL_DIR"
Expand Down
4 changes: 0 additions & 4 deletions install/install-rpm-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ if [[ $EUID -ne 0 ]]; then
exit 1
fi

SCRIPT_DIR="$( cd "$( dirname "$0" )" && pwd )"
# exports append_if_missing
source "$SCRIPT_DIR/utils.sh"

# Import the MariaDB GPG key
rpm --import https://yum.mariadb.org/RPM-GPG-KEY-MariaDB

Expand Down

0 comments on commit 9cc5e37

Please sign in to comment.