mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-22 09:31:34 -05:00
Do not remove fwupd on RHEL for now
RHEL has broken dependency resolution for this one Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
be23c136ca
commit
e1a71ac2a9
@ -164,7 +164,7 @@ sudo systemctl enable fstrim.timer
|
|||||||
### Differentiating bare metal and virtual installs
|
### Differentiating bare metal and virtual installs
|
||||||
|
|
||||||
# Setup fwupd
|
# Setup fwupd
|
||||||
if [ "$virtualization" = 'none' ]; then
|
#if [ "$virtualization" = 'none' ]; then
|
||||||
sudo dnf install -y fwupd
|
sudo dnf install -y fwupd
|
||||||
echo 'UriSchemes=file;https' | sudo tee -a /etc/fwupd/fwupd.conf
|
echo 'UriSchemes=file;https' | sudo tee -a /etc/fwupd/fwupd.conf
|
||||||
sudo systemctl restart fwupd
|
sudo systemctl restart fwupd
|
||||||
@ -173,9 +173,9 @@ if [ "$virtualization" = 'none' ]; then
|
|||||||
sudo chmod 644 /etc/systemd/system/fwupd-refresh.service.d/override.conf
|
sudo chmod 644 /etc/systemd/system/fwupd-refresh.service.d/override.conf
|
||||||
sudo systemctl daemon-reload
|
sudo systemctl daemon-reload
|
||||||
sudo systemctl enable --now fwupd-refresh.timer
|
sudo systemctl enable --now fwupd-refresh.timer
|
||||||
else
|
#else
|
||||||
sudo dnf remove -y fwupd
|
# sudo dnf remove -y fwupd
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
# Setup tuned
|
# Setup tuned
|
||||||
sudo dnf install -y tuned
|
sudo dnf install -y tuned
|
||||||
|
Loading…
Reference in New Issue
Block a user