Sets the root path under which projects are installed or updated.
string $update_root: The update root.
public function set(string $update_root) : void { $this->updateRoot = $update_root; }