Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 authored Sep 19, 2024
1 parent 76d2f49 commit 8e766ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_vagrant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ curl -fsSL https://www.virtualbox.org/download/oracle_vbox_2016.asc | apt-key ad
curl -fsSL https://www.virtualbox.org/download/oracle_vbox.asc | apt-key add -

# Add VirtualBox repository
echo "deb [arch=amd64] http://download.virtualbox.org/virtualbox/debian $(lsb_release -cs) contrib" | tee /etc/apt/sources.list.d/virtualbox.list
echo "deb [arch=amd64] https://download.virtualbox.org/virtualbox/debian $(lsb_release -cs) contrib" | tee /etc/apt/sources.list.d/virtualbox.list

# Update apt cache again
apt-get update
Expand Down

0 comments on commit 8e766ab

Please sign in to comment.