Skip to content

Commit

Permalink
Add new packages to fix issues NewEraCracker#72 and NewEraCracker#74
Browse files Browse the repository at this point in the history
…- Also fix start crash
  • Loading branch information
NewEraCracker committed Jun 30, 2018
1 parent 92d89f4 commit a0b0bf2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions loic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
GIT_REPO=https://github.com/NewEraCracker/LOIC.git
GIT_BRANCH=master

DEB_MONO_PKG="monodevelop liblog4net-cil-dev mono-devel"
DEB_MONO_PKG="monodevelop liblog4net-cil-dev mono-devel mono-runtime-common"
FED_MONO_PKG="mono-basic mono-devel monodevelop mono-tools"

lower() {
Expand Down Expand Up @@ -89,7 +89,8 @@ run_loic() {
sudo yum install mono-runtime
fi
fi
mono src/bin/Debug/LOIC.exe
cp src/app.config src/bin/Debug/LOIC.exe.config
mono --runtime=v4.0.30319 src/bin/Debug/LOIC.exe
}

update_loic() {
Expand Down

0 comments on commit a0b0bf2

Please sign in to comment.