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