Skip to content

Commit

Permalink
specify if Network Manager should be installed
Browse files Browse the repository at this point in the history
  • Loading branch information
crschardt committed Oct 13, 2024
1 parent 14445ff commit b0a2898
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion install_dev_pi.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Run normal photon installer
chmod +x ./install.sh
./install.sh -q
./install.sh --install-nm=yes

# and edit boot partition
install -m 644 config.txt /boot/
Expand Down
2 changes: 1 addition & 1 deletion install_limelight.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Run normal photon installer
chmod +x ./install.sh
./install.sh -q
./install.sh --install-nm=yes

# edit boot partition
install -m 644 limelight/config.txt /boot/
Expand Down
2 changes: 1 addition & 1 deletion install_opi5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ echo "Freed up $freed KiB"

# run Photonvision install script
chmod +x ./install.sh
./install.sh -m
./install.sh --install-nm=no

echo "Installing additional things"
apt-get install --yes --quiet libc6 libstdc++6
Expand Down
2 changes: 1 addition & 1 deletion install_pi.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Run normal photon installer
chmod +x ./install.sh
./install.sh -q
./install.sh --install-nm=yes

# and edit boot partition
install -m 644 config.txt /boot/
Expand Down

0 comments on commit b0a2898

Please sign in to comment.