Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
aims-desktop
aims-desktop-metapackages
Commits
fcf32693
Commit
fcf32693
authored
Aug 28, 2019
by
Jonathan Carter
Browse files
Add aims-install-rtl8723de
parent
58f32bf0
Changes
2
Hide whitespace changes
Inline
Side-by-side
2020.1/aims-desktop/aims-desktop-2020/bin/aims-install-rtl8723de
0 → 100755
View file @
fcf32693
#!/bin/bash
if
[
"
$(
lspci |
grep
RTL8723DE |
wc
-l
)
"
=
"0"
]
;
then
echo
"No RTL8723DE cards were detected, exiting..."
exit
1
fi
echo
"RTL8723DE wifi card has been detected, proceeding with installation..."
sleep
2
cd
/usr/src
git clone https://github.com/smlinux/rtl8723de.git
-b
5.0-up
dkms add ./rtl8723de
dkms
install
rtl8723de/5.1.1.8_21285.20171026_COEX20170111-1414
depmod
-a
echo
"Installation complete, please reboot."
2020.1/aims-desktop/aims-desktop-2020/debian/changelog
View file @
fcf32693
aims-desktop (1:2020.60) unstable; urgency=medium
* Add aims-install-rtl8723de
-- Jonathan Carter <jcc@debian.org> Wed, 28 Aug 2019 09:26:25 +0200
aims-desktop (1:2020.59) buster; urgency=medium
aims-desktop (1:2020.59) buster; urgency=medium
* Remove ntp from depends due to iso build-time failures
* Remove ntp from depends due to iso build-time failures
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment