Skip to content

Commit 2d3fd06

Browse files
authored
Update onCreate.sh
1 parent b16f474 commit 2d3fd06

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.devcontainer/onCreate.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ sudo rm /usr/local/bin/azcopytar
2020
azcopy_dir=$(find /usr/local/bin/ -type d -name "azcopy*" | head -n 1)
2121
sudo mv "$azcopy_dir/azcopy" /usr/local/bin/azcopy
2222
sudo rm -rf "$azcopy_dir"
23+
24+
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
25+
"$SCRIPT_DIR/refreshTools.sh"

0 commit comments

Comments
 (0)