1
0
Fork 0

remove the useless WIP

This commit is contained in:
Pratham Patel 2024-04-16 16:12:26 +05:30
parent a4d5ec6998
commit c3880c51e1
Signed by: thefossguy
SSH Key Fingerprint: SHA256:HwRBy9H1FYXWcv/Qi1WY3kmcVtGz2ydZuPJgD4pkusY
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ function build_kernel() {
function install_kernel() {
if [[ "${INSTALL_ZE_KERNEL}" == '1' ]]; then
echo 'WIP'
sudo rpm -i "rpmbuild/RPMS/$(uname -m)"/*."$(uname -m).rpm"
fi
}