diff options
| author | mo khan <mo.khan@gmail.com> | 2020-07-16 20:28:21 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-07-16 20:28:21 -0600 |
| commit | 554dee2716b13a06f7b43d7a9b8d3c7af59785c0 (patch) | |
| tree | c1608efac87ba63eab8ff55ae5fc7a70d461c3e0 /config | |
| parent | 2bef4d83886ea13f3dc45a5bb16b997a6eae1acd (diff) | |
Install mono/nuget at build time
* Install ca-certificates-mono
* Download *.deb files to /opt/toolcache/mono
Diffstat (limited to 'config')
| -rw-r--r-- | config/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/install.sh b/config/install.sh index 834dff8..8d555c4 100644 --- a/config/install.sh +++ b/config/install.sh @@ -76,7 +76,7 @@ apt-get install -y --no-install-recommends \ echo -e "section_end:$(date +%s):install_packages\r\e[0K" echo -e "section_start:$(date +%s):install_asdf\r\e[0K==> Installing asdf…" -dpkg --install "$(find /opt/toolcache/ -name "license-management*.deb")" +dpkg --install /opt/toolcache/license*.deb rm -fr /root ln -s /opt/gitlab /root |
