Skip to content

Commit

Permalink
Don't install dhcpcd
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Dec 24, 2023
1 parent 68680c4 commit 3123622
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions install_pi.sh
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Run normal photon instarller

pushd .
cd /tmp
wget https://git.io/JJrEP -O install.sh
chmod +x install.sh
# ./install.sh
# rm install.sh

echo "Installing additional things"
sudo apt-get update
apt-get install -y pigpiod pigpio device-tree-compiler dhcpcd5 network-manager net-tools
apt-get install -y pigpiod pigpio device-tree-compiler
apt-get install -y network-manager
apt-get install -y net-tools

# and edit boot partition
popd
install -m 644 config.txt /boot/
install -m 644 userconf.txt /boot/

Expand All @@ -23,7 +24,7 @@ systemctl enable ssh

# Remove extra packages too

# apt-get purge -y python3 gdb gcc g++ linux-headers* libgcc*-dev *qt*
# apt-get purge -y python3 gdb gcc g++ linux-headers* libgcc*-dev device-tree-compiler
# apt-get autoremove -y

# rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 3123622

Please sign in to comment.