Build: Remove unused install_common_build_prereqs()

This commit is contained in:
Mike Salvatore 2021-09-14 12:09:13 -04:00
parent ed93971595
commit 238810e743
1 changed files with 0 additions and 9 deletions

View File

@ -72,15 +72,6 @@ install_nodejs() {
sudo apt-get install -y nodejs
}
install_common_build_prereqs() {
sudo apt-get update
sudo apt-get upgrade -y
# monkey island prereqs
sudo apt-get install -y curl libcurl4 openssl git build-essential moreutils
install_nodejs
}
is_valid_git_repo() {
pushd "$1" 2>/dev/null || return 1
git status >/dev/null 2>&1