Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Update reference to recent change in repo from (#14)
Browse files Browse the repository at this point in the history
cadriel > fluidd-core
  • Loading branch information
zenturacp authored Oct 27, 2021
1 parent b8f0534 commit df0bf8e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ This repository contains the necessary code to generate the distribution from an

## Where to download?

You can download the latest release [here](https://github.com/cadriel/FluiddPI/releases/latest).
You can download the latest release [here](https://github.com/fluidd-core/FluiddPI/releases/latest).

Older releases can be found [here](https://github.com/cadriel/FluiddPI/releases).
Older releases can be found [here](https://github.com/fluidd-core/FluiddPI/releases).

## How to use?

Expand Down Expand Up @@ -60,7 +60,7 @@ git p7zip-full python3 curl

```bash
# To build;
git clone https://github.com/cadriel/FluiddPI.git
git clone https://github.com/fluidd-core/FluiddPI.git
cd FluiddPI/
make build
```
Expand Down
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FluiddPI can be built from Debian, Ubuntu, Raspbian, OctoPi, or even FluiddPI. B
sudo apt-get install gawk util-linux qemu-user-static git p7zip-full python3

git clone https://github.com/guysoft/CustomPiOS.git
git clone https://github.com/cadriel/FluiddPI.git
git clone https://github.com/fluidd-core/FluiddPI.git
cd FluiddPI/src/image
wget -c --trust-server-names 'https://downloads.raspberrypi.org/raspios_lite_armhf_latest'
cd ..
Expand Down
2 changes: 1 addition & 1 deletion src/modules/fluidd/start_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ln -s /etc/nginx/sites-available/fluidd /etc/nginx/sites-enabled/
cd /home/pi/
[ ! -d /home/pi/gcode_files ] && su -c "mkdir /home/pi/gcode_files" - pi
su -c "mkdir /home/pi/fluidd" - pi
su -c "wget -q -O fluidd.zip https://github.com/cadriel/fluidd/releases/latest/download/fluidd.zip" - pi
su -c "wget -q -O fluidd.zip https://github.com/fluidd-core/fluidd/releases/latest/download/fluidd.zip" - pi
su -c "unzip fluidd.zip -d /home/pi/fluidd" - pi
rm /home/pi/fluidd.zip

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ enable_auto_refresh: True
# this enabled fluidd updates
[update_manager client fluidd]
type: web
repo: cadriel/fluidd
repo: fluidd-core/fluidd
path: ~/fluidd

0 comments on commit df0bf8e

Please sign in to comment.