Skip to content

Commit

Permalink
OOPS: Also fix the apt-get install so that it doesn't prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
RAOF committed Jul 12, 2024
1 parent 56c7acb commit 012659e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vkms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- name: Test vkms permissions
run: |
sudo apt install linux-modules-extra-$(uname -r)
sudo apt-get -y install linux-modules-extra-$(uname -r)
echo "Attempting to modprobe vkms"
sudo modprobe -v vkms
lsmod

0 comments on commit 012659e

Please sign in to comment.