mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 14:50:15 -05:00
6 lines
81 B
Bash
Executable File
6 lines
81 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
apt-get install -y $(grep '^[^#]\+$' /root/deps_packages.lst)
|