-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathEASY_INSTALL_PATCHES
24 lines (18 loc) · 1.29 KB
/
EASY_INSTALL_PATCHES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
This is a patch script for any new bugs. It will display a dialog script and allow the End user to choose the patch to apply
#Current patches:
v1.0.1
#Samba-dnf-pkgupdate- If Rocky was installed before January 11 2025, pkg update would not install dc rpm on upgrade. corrected.
#Please make sure you have manually set your DNS to something other than the Samba service before attempting to run this file
for example, use "nmtui" to edit the dns interface to 208.67.222.222 (OpenDNS), save and then run the commnad "systemctl restart NetworkManager", followed by nmcli to validate that the settings took effect.
If you receieve the error of:
Unable to save connection:
802-3-ethernet.mac-address-denylist:
unknown property
(In nmtui)
you must "systemctl restart NetworkManager"
Modify the DNS entry to the DNS other than AD,
then restart NetworkManager again before downloading the script
Please keep in mind that this is also true if the script finds updates. YOU MAY run into this scenario above even if AD is operational and resolving
##END NOTE FOR SAMBA-DNF-PKG-UPDATE##
#(Just copy and paste the following line on the Rocky terminal or remote SSH terminal- remote suggested)
dnf -y install wget && cd /root && bash <(wget -qO- https://raw.githubusercontent.com/fumatchu/RADS/main/patch.sh)