Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbo8098 committed Jul 19, 2020
1 parent ffa87d8 commit 4faf4b2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:focal

RUN \
apt-get -y update && \
apt-get -y install wget lib32gcc1 ruby && \
apt-get -y install wget curl lib32gcc1 ruby && \
apt-get clean && \
find /var/lib/apt/lists -type f | xargs rm -vf

Expand Down
18 changes: 9 additions & 9 deletions main
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ mkdir -p kf2server
source kf2_functions.sh

require_ruby
#require_steamcmd
#require_kf2
#if [[ $1 = "update" ]]; then
# shift
# update "$@"
#fi
#require_config
#load_config
#launch
require_steamcmd
require_kf2
if [[ $1 = "update" ]]; then
shift
update "$@"
fi
require_config
load_config
launch

0 comments on commit 4faf4b2

Please sign in to comment.