mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-09 11:41:33 -05:00
Consistency fix
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
e68ef1bccc
commit
05e24fd2db
@ -166,7 +166,7 @@ if [ "$virt_type" = "" ]; then
|
|||||||
sudo dracut -f
|
sudo dracut -f
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#Setup fwupd
|
# Setup fwupd
|
||||||
if [ "$virt_type" = "" ]; then
|
if [ "$virt_type" = "" ]; then
|
||||||
sudo dnf install fwupd -y
|
sudo dnf install fwupd -y
|
||||||
echo 'UriSchemes=file;https' | sudo tee -a /etc/fwupd/fwupd.conf
|
echo 'UriSchemes=file;https' | sudo tee -a /etc/fwupd/fwupd.conf
|
||||||
|
@ -184,7 +184,7 @@ if [ "$virt_type" = "" ]; then
|
|||||||
sudo dracut -f
|
sudo dracut -f
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#Setup fwupd
|
# Setup fwupd
|
||||||
if [ "$virt_type" = "" ]; then
|
if [ "$virt_type" = "" ]; then
|
||||||
sudo dnf install fwupd -y
|
sudo dnf install fwupd -y
|
||||||
echo 'UriSchemes=file;https' | sudo tee -a /etc/fwupd/fwupd.conf
|
echo 'UriSchemes=file;https' | sudo tee -a /etc/fwupd/fwupd.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user