diff options
author | Chris <[email protected]> | 2021-08-04 15:21:00 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-08-04 15:21:00 -0400 |
commit | 84f56ac498337addc97de6e1d516cedf875a4cac (patch) | |
tree | dee7adb36a90e704ed0aa5882451b3f6d390e0f3 /utils/docker | |
parent | 97fa3d9ec9e7d2416ed2d169eea757096db4581b (diff) |
udpate docker image for org
Diffstat (limited to 'utils/docker')
-rwxr-xr-x | utils/docker/script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/docker/script.sh b/utils/docker/script.sh index 77b7924c..35257147 100755 --- a/utils/docker/script.sh +++ b/utils/docker/script.sh @@ -20,4 +20,4 @@ ln -s /usr/local/neovim/usr/bin/nvim /usr/bin/nvim rm ./nvim.appimage # Installing LunarVim -LVBRANCH=master bash <(curl -s https://raw.githubusercontent.com/ChristianChiarulli/lunarvim/rolling/utils/installer/install.sh) +LVBRANCH=master bash <(curl -s https://raw.githubusercontent.com/lunarvim/lunarvim/rolling/utils/installer/install.sh) |