From 10744dc6211175cd136e175680e8a65042aaa196 Mon Sep 17 00:00:00 2001 From: Henrik Grimler Date: Sat, 9 May 2020 20:17:56 +0200 Subject: [PATCH] setup-ubuntu.sh: add cvs for myman --- scripts/setup-ubuntu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 917ffaa58..41aaebec1 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -152,6 +152,7 @@ PACKAGES+=" protobuf-c-compiler" # Needed by packages in game repository PACKAGES+=" python3-yaml" +PACKAGES+=" cvs" # Do not require sudo if already running as root. if [ "$(id -u)" = "0" ]; then