Skip to content

Commit

Permalink
Some updates for images
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulp committed Apr 9, 2023
1 parent 23875e9 commit f6dfe56
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SD/FPP-Wifi-Drivers.sh
Expand Up @@ -133,7 +133,7 @@ done
cd /opt/wifi
rm -rf 8821au-20210708

git clone https://github.com/morrownr/8821cu-20210118 8821cu
git clone https://github.com/morrownr/8821cu-20210916 8821cu
cd 8821cu
sed -i 's/I386_PC = y/I386_PC = n/' Makefile
sed -i 's/ARM_RPI = n/ARM_RPI = y/' Makefile
Expand Down
2 changes: 2 additions & 0 deletions SD/FPP_Install.sh
Expand Up @@ -1210,10 +1210,12 @@ cat /opt/fpp/etc/apache2.site > /etc/apache2/sites-enabled/000-default.conf
a2dismod php${ACTUAL_PHPVER}
a2dismod mpm_prefork
a2enmod mpm_event
a2enmod http2
a2enmod cgi
a2enmod rewrite
a2enmod proxy
a2enmod proxy_http
a2enmod proxy_http2
a2enmod proxy_html
a2enmod headers
a2enmod proxy_fcgi setenvif
Expand Down
4 changes: 2 additions & 2 deletions SD/README.BBB
Expand Up @@ -47,12 +47,12 @@ echo "deb http://deb.debian.org/debian bullseye-backports main contrib non-free"
echo "deb-src http://deb.debian.org/debian bullseye-backports main contrib non-free" >> /etc/apt/sources.list
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 648ACFD622F3D138 0E98404D386FA1D9
apt-get update
apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" -t bullseye-backports install systemd wpasupplicant
apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" -t bullseye-backports install systemd systemd-resolved wpasupplicant
apt-get install wget


# This MAY cause the beagle to change IP addresses, reboot to get things to settle and continue
rm -f /etc/systemd/network/50-default.network
rm -f /etc/systemd/network/50-default.network
wget -O /etc/systemd/network/50-default.network https://raw.githubusercontent.com/FalconChristmas/fpp/master/etc/systemd/network/50-default.network
systemctl reload systemd-networkd

Expand Down

0 comments on commit f6dfe56

Please sign in to comment.