Skip to content

Commit

Permalink
Corrected dkms version typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoutoupis committed Oct 11, 2020
1 parent a288d7a commit c4b0339
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ fi
case "$1" in

configure)
dkms add -m rapiddisk -v 7.0
dkms build -m rapiddisk -v 7.0
dkms install -m rapiddisk -v 7.0
dkms add -m rapiddisk -v 7.0.0
dkms build -m rapiddisk -v 7.0.0
dkms install -m rapiddisk -v 7.0.0
echo "rapiddisk max_sectors=2048 nr_requests=1024" >> /etc/modules
echo "rapiddisk-cache" >> /etc/modules
echo "dm_mod" >> /etc/modules
Expand Down

0 comments on commit c4b0339

Please sign in to comment.