Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
roktas committed Oct 16, 2023
1 parent 31a5bd1 commit a87a395
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/virtualization/virtualbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ if command -v vboxmanage &>/dev/null; then
wget -qO "$file" --show-progress --progress=bar:force "$url"
yes | vboxmanage extpack install --replace "$file" && rm -f "$file"
fi || true

adduser "$(sudo -u '#1000' sh -c 'echo $USER')" vboxusers

0 comments on commit a87a395

Please sign in to comment.