mirror of
https://github.com/okunze/Argon40-ArgonOne-Script.git
synced 2024-11-17 19:08:57 +01:00
Automated Change by GitHub Action
This commit is contained in:
parent
c48103aa3b
commit
7e1e9a7b36
@ -647,15 +647,20 @@ else
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
if [ "$CHECKPLATFORM" = "Raspbian" ]
|
||||
then
|
||||
if [ -f "$eepromrpiscript" ]
|
||||
then
|
||||
sudo rpi-eeprom-update
|
||||
sudo apt-get update && sudo apt-get upgrade -y
|
||||
sudo rpi-eeprom-update
|
||||
# EEPROM Config Script
|
||||
sudo $eepromconfigscript
|
||||
set_maxusbcurrent
|
||||
fi
|
||||
else
|
||||
echo "WARNING: EEPROM not updated. Please run this under Raspberry Pi OS"
|
||||
fi
|
||||
|
||||
set_maxusbcurrent
|
||||
|
||||
|
||||
echo "*********************"
|
||||
|
Loading…
Reference in New Issue
Block a user