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

View File

@ -152,6 +152,7 @@ PACKAGES+=" protobuf-c-compiler"
# Needed by packages in game repository # Needed by packages in game repository
PACKAGES+=" python3-yaml" PACKAGES+=" python3-yaml"
PACKAGES+=" cvs"
# Do not require sudo if already running as root. # Do not require sudo if already running as root.
if [ "$(id -u)" = "0" ]; then if [ "$(id -u)" = "0" ]; then