mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-09 11:41:33 -05:00
fwupd already included in Fedora Workstation
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
ab9482c2f9
commit
fe58b93354
@ -131,6 +131,10 @@ sudo dnf -y install gnome-console git-core gnome-shell-extension-appindicator gn
|
||||
# Enable auto TRIM
|
||||
sudo systemctl enable fstrim.timer
|
||||
|
||||
# Setup fwupd
|
||||
echo 'UriSchemes=file;https' | sudo tee -a /etc/fwupd/fwupd.conf
|
||||
sudo systemctl restart fwupd
|
||||
|
||||
### Differentiating bare metal and virtual installs
|
||||
|
||||
# Installing tuned first here because virt-what is 1 of its dependencies anyways
|
||||
@ -166,11 +170,4 @@ if [ "$virt_type" = "" ]; then
|
||||
sudo dracut -f
|
||||
fi
|
||||
|
||||
# Setup fwupd
|
||||
if [ "$virt_type" = "" ]; then
|
||||
sudo dnf install fwupd -y
|
||||
echo 'UriSchemes=file;https' | sudo tee -a /etc/fwupd/fwupd.conf
|
||||
sudo systemctl restart fwupd
|
||||
fi
|
||||
|
||||
output "The script is done. You can also remove gnome-terminal since gnome-console will replace it."
|
||||
|
Loading…
Reference in New Issue
Block a user