Browse Source

setup-ubuntu.sh: add cvs for myman

master
Henrik Grimler 5 years ago
parent
commit
10744dc621
  1. 1
      scripts/setup-ubuntu.sh

1
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

Loading…
Cancel
Save