mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-19 01:46:10 -04:00
code-server: add terraform
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
# shellcheck shell=bash
|
||||
|
||||
source /etc/lsb-release
|
||||
|
||||
[[ ! -f "/etc/apt/sources.list.d/hashicorp.list" ]] &&
|
||||
curl -s https://apt.releases.hashicorp.com/gpg | apt-key add - &&
|
||||
echo "deb https://apt.releases.hashicorp.com ${DISTRIB_CODENAME} main" \
|
||||
>/etc/apt/sources.list.d/hashicorp.list
|
||||
Reference in New Issue
Block a user