Skip to content

Commit

Permalink
Hotfix 404
Browse files Browse the repository at this point in the history
  • Loading branch information
rmens committed Mar 8, 2024
1 parent 6110551 commit e6dde24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ systemctl enable micrompx > /dev/null
# Add RAM disk
echo -e "${BLUE}►► Setting up RAM disk for logs...${NC}"
rm -f /etc/systemd/system/ramdisk.service > /dev/null
curl -s -o /etc/systemd/system/ramdisk.service https://raw.githubusercontent.com/oszuidwest/rpi-umpx-decoder/ramdrive/ramdisk.service
curl -s -o /etc/systemd/system/ramdisk.service https://raw.githubusercontent.com/oszuidwest/rpi-umpx-decoder/main/ramdisk.service
systemctl daemon-reload > /dev/null
systemctl enable ramdisk > /dev/null
systemctl start ramdisk
Expand Down

0 comments on commit e6dde24

Please sign in to comment.