setup-ubuntu.sh: add cvs for myman

This commit is contained in:
Henrik Grimler 2020-05-09 20:17:56 +02:00
parent d5f6b464b2
commit b0d1ff7cfa
1 changed files with 1 additions and 0 deletions

View File

@ -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