osquery-1/tools/provision/scientific.sh

15 lines
326 B
Bash
Raw Normal View History

2016-03-30 05:16:55 +00:00
#!/usr/bin/env bash
# Copyright (c) 2014-present, Facebook, Inc.
# All rights reserved.
#
# This source code is licensed in accordance with the terms specified in
# the LICENSE file found in the root directory of this source tree.
2016-03-30 05:16:55 +00:00
2016-07-31 18:32:31 +00:00
function distro_main() {
do_sudo yum update -y
2016-03-30 05:16:55 +00:00
package doxygen
package valgrind
2016-03-30 05:16:55 +00:00
}