Skip to content

Commit

Permalink
Auto complete
Browse files Browse the repository at this point in the history
  • Loading branch information
yang-er committed Jun 13, 2020
1 parent 9b86639 commit da4d9fc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions dependency.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,29 @@ then
fi

apt upgrade
apt update
apt update -y

# basis for the judgehost program
apt install \
apt install -y \
make sudo debootstrap autoconf automake \
unzip libcgroup-dev lsof procps \
php-cli php-curl php-json php-xml php-zip \
libcurl4-gnutls-dev libjsoncpp-dev libmagic-dev

# C/C++
apt install gcc c++
apt install -y gcc c++

# Java
apt install openjdk-8-jre-headless openjdk-8-jdk
apt install -y openjdk-8-jre-headless openjdk-8-jdk

# Haskell
apt install ghc
apt install -y ghc

# Pascal
apt install fp-compiler
apt install -y fp-compiler

# Python 2/3
apt install python3 python2.7
apt install -y python3 python2.7

# C#
apt install mono-runtime mono-devel
apt install -y mono-runtime mono-devel

0 comments on commit da4d9fc

Please sign in to comment.