Skip to content

Commit

Permalink
chore: remove sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqueiroz committed Jan 2, 2024
1 parent 711a9a8 commit 5034ae5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions recipes/code.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ shopt -s expand_aliases

function install_code {
log info downloading vscode
# loader curl -s -L -o "code_amd64.deb" "https://code.visualstudio.com/sha/download?build=stable&os=linux-deb-x64"
loader sleep 3
loader curl -s -L -o "code_amd64.deb" "https://code.visualstudio.com/sha/download?build=stable&os=linux-deb-x64"
log info installing vscode
_ sudo dpkg -i ./code_amd64.deb
if [ $? -ne 0 ]; then
Expand Down

0 comments on commit 5034ae5

Please sign in to comment.