Skip to content

Commit

Permalink
fix(pi): reload udev rules during install. ensure nano is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian authored Sep 21, 2023
1 parent a968c9a commit 6c96faa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pi-image/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ adduser --disabled-password satellite --gecos ""
# install some dependencies
export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get install -y git zip unzip curl libusb-1.0-0-dev libudev-dev cmake libfontconfig1
apt-get install -y git zip unzip curl libusb-1.0-0-dev libudev-dev cmake libfontconfig1 nano
apt-get clean

# install fnm to manage node version
Expand Down
1 change: 1 addition & 0 deletions pi-image/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ yarn build

# update some tooling
cp assets/linux/50-satellite.rules /etc/udev/rules.d/
udevadm control --reload-rules || true

# update startup script
cp pi-image/satellite.service /etc/systemd/system
Expand Down

0 comments on commit 6c96faa

Please sign in to comment.