1755211149

This commit is contained in:
2025-08-14 16:39:09 -06:00
parent f93f208e50
commit 502eb8f71c
2 changed files with 9 additions and 6 deletions
+5 -5
View File
@@ -11,18 +11,18 @@ sudo apt update
# install dkms and rtl dkms
sudo apt-get install dkms -y
sleep 10 # stupid_error
# sleep 10 # stupid_error
sudo apt-get install realtek-rtl88xxau-dkms -y
# download the code
# catch any submodules, only clone one branch, only download with two jobs to save stress # stupid_error
git clone --recursive --single-branch --jobs 2 $git_repo $git_dir
sleep 10 # stupid_error
git clone --recursive --single-branch --jobs 7 $git_repo $git_dir
# sleep 10 # stupid_error
# build it
cd $git_dir # enter the dir
make # compile it
sleep 10 # stupid_error
# sleep 10 # stupid_error
# install the module
sudo make install
@@ -31,7 +31,7 @@ sleep 10 # stupid_error
# cleanup
cd ~
rm -rf $git_dir
sleep 10 # stupid_error
# sleep 10 # stupid_error
sudo apt autoremove -y
sudo shutdown -r +1 # reboot in 1 minute