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
cc57475e
Commit
cc57475e
authored
Aug 28, 2019
by
Jan Groenewald
Browse files
stop unattended-upgrades while aims-complete-install
parents
6918258d
fcf32693
Changes
2
Hide whitespace changes
Inline
Side-by-side
2020.1/aims-desktop/aims-desktop-2020/bin/aims-install-rtl8723de
0 → 100755
View file @
cc57475e
#!/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 @
cc57475e
aims-desktop (1:2020.6
0
) buster; urgency=medium
aims-desktop (1:2020.6
1
) buster; urgency=medium
* stop unattended-upgrades while aims-complete-install
* stop unattended-upgrades while aims-complete-install
-- Jan Groenewald <jan@aims.ac.za> Wed, 28 Aug 2019 07:55:42 +0000
-- Jan Groenewald <jan@aims.ac.za> Wed, 28 Aug 2019 07:57:10 +0000
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
...
...
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