Skip to content

Commit

Permalink
take dkms unbuild out
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDuartePT committed Aug 25, 2023
1 parent b1de78c commit 436dfd8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deploy/build_deb_rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ BUILD_DIR=/tmp/pkg

set -ex
#Intsall debian packages
sudo apt-get install debhelper dkms python3-all python3-stdeb dh-python alien rpm
#sudo apt-get install debhelper dkms python3-all python3-stdeb dh-python alien rpm

# recreate BUILD_DIR for both deb
rm -rf "${BUILD_DIR}" || true
Expand Down Expand Up @@ -40,7 +40,6 @@ echo "Dkms deb located at ${BUILD_DIR}/lenovolegionlinux-dkms_1.0.0_amd64.deb"
#BUILD DKMS RPM

#Readd DKSMS
sudo dkms unbuild -m lenovolegionlinux -v 1.0.0
sudo dkms remove -m lenovolegionlinux -v 1.0.0
sudo dkms add -m lenovolegionlinux -v 1.0.0

Expand Down

0 comments on commit 436dfd8

Please sign in to comment.