1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-09-18 21:24:43 -04:00

Consistency fix

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-12-01 20:00:10 -07:00
parent e68ef1bccc
commit 05e24fd2db
No known key found for this signature in database
GPG Key ID: D30DEC268D3FEB17
2 changed files with 2 additions and 2 deletions

View File

@ -166,7 +166,7 @@ if [ "$virt_type" = "" ]; then
sudo dracut -f
fi
#Setup fwupd
# Setup fwupd
if [ "$virt_type" = "" ]; then
sudo dnf install fwupd -y
echo 'UriSchemes=file;https' | sudo tee -a /etc/fwupd/fwupd.conf

View File

@ -184,7 +184,7 @@ if [ "$virt_type" = "" ]; then
sudo dracut -f
fi
#Setup fwupd
# Setup fwupd
if [ "$virt_type" = "" ]; then
sudo dnf install fwupd -y
echo 'UriSchemes=file;https' | sudo tee -a /etc/fwupd/fwupd.conf