fix: update tf module dir, add unstable deb key

This commit is contained in:
Andrejus Kostarevas
2021-04-16 12:11:47 +01:00
parent 0e2d2ebf4f
commit 5985e4ca24
4 changed files with 1 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Install neovim from unstable debian repo # Install neovim from unstable debian repo
curl -fsSL "https://ftp-master.debian.org/keys/archive-key-10.asc" | sudo apt-key add -
echo "deb http://deb.debian.org/debian unstable main" \ echo "deb http://deb.debian.org/debian unstable main" \
| sudo tee /etc/apt/sources.list.d/unstable.list | sudo tee /etc/apt/sources.list.d/unstable.list
echo "Package: neovim echo "Package: neovim