Skip to content
Snippets Groups Projects
Commit daca4cbc authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

MAINT: remove unused and inappropriate function

parent fed4c9f7
Branches
Tags
No related merge requests found
......@@ -103,25 +103,6 @@ function _setup_mytap() {
echo [DONE]
}
function setup_os() {
# - mariadb-client :: For SQL server configuration.
PACKAGES="git
make
mariadb-client
maven
openjdk-8-jdk-headless
python3-pip
screen
unzip
"
# - vim :: For debugging
PACKAGES+="vim
"
apt-get update
apt-get dist-upgrade -y
apt-get install -y $PACKAGES
}
function install_db() {
if _db_exists ; then
echo -e "\n
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment