Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tools/scripts/setup_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ case $( grep ^VERSION_ID= /etc/os-release | cut -d'=' -f 2 | tr -d '"' ) in
;;

16.04)
install_apt_tools
install_common_packages
install_clang_1604
install_docker_1604
Expand Down