Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaspinho committed Aug 5, 2019
1 parent c97642f commit 10ae340
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dkms-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi

DRV_DIR=rtl8821ce
DRV_NAME=rtl8821ce
DRV_VERSION=v5.2.5_1.26055.20180108.1 # could not find version history, assuming 1.0
DRV_VERSION=v5.5.2_34066.20190614

cp -r ../${DRV_DIR} /usr/src/${DRV_NAME}-${DRV_VERSION}

Expand Down
2 changes: 1 addition & 1 deletion dkms-remove.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi

DRV_DIR=rtl8821ce
DRV_NAME=rtl8821ce
DRV_VERSION=v5.2.5_1.26055.20180108.1 # could not find version history, assuming 1.0
DRV_VERSION=v5.5.2_34066.20190614

dkms remove ${DRV_NAME}/${DRV_VERSION} --all
rm -rf /usr/src/${DRV_NAME}-${DRV_VERSION}
Expand Down

0 comments on commit 10ae340

Please sign in to comment.