Skip to content

Commit 0ab809a

Browse files
committed
More fixes
Signed-off-by: Jade Turner <spacey-sooty@proton.me>
1 parent 26e9d27 commit 0ab809a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
mkdir -p /opt/outreach/images
22
cp images/* /opt/outreach/images
3-
sudo cp outreach_disply.service /etc/systemd/system/
3+
sudo mkdir -p /etc/systemd/system/
4+
sudo cp outreach_disply.service /etc/systemd/system/outreach_display.service
45
cp display_images.sh /opt/outreach/display_images.sh
56
sudo apt update
67
sudo apt install fbi

0 commit comments

Comments
 (0)