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

Commit df0bf8e

Browse files
authored
Update reference to recent change in repo from (#14)
cadriel > fluidd-core
1 parent b8f0534 commit df0bf8e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ This repository contains the necessary code to generate the distribution from an
66

77
## Where to download?
88

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

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

1313
## How to use?
1414

@@ -60,7 +60,7 @@ git p7zip-full python3 curl
6060

6161
```bash
6262
# To build;
63-
git clone https://github.com/cadriel/FluiddPI.git
63+
git clone https://github.com/fluidd-core/FluiddPI.git
6464
cd FluiddPI/
6565
make build
6666
```

src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FluiddPI can be built from Debian, Ubuntu, Raspbian, OctoPi, or even FluiddPI. B
44
sudo apt-get install gawk util-linux qemu-user-static git p7zip-full python3
55

66
git clone https://github.com/guysoft/CustomPiOS.git
7-
git clone https://github.com/cadriel/FluiddPI.git
7+
git clone https://github.com/fluidd-core/FluiddPI.git
88
cd FluiddPI/src/image
99
wget -c --trust-server-names 'https://downloads.raspberrypi.org/raspios_lite_armhf_latest'
1010
cd ..

src/modules/fluidd/start_chroot_script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ln -s /etc/nginx/sites-available/fluidd /etc/nginx/sites-enabled/
2626
cd /home/pi/
2727
[ ! -d /home/pi/gcode_files ] && su -c "mkdir /home/pi/gcode_files" - pi
2828
su -c "mkdir /home/pi/fluidd" - pi
29-
su -c "wget -q -O fluidd.zip https://github.com/cadriel/fluidd/releases/latest/download/fluidd.zip" - pi
29+
su -c "wget -q -O fluidd.zip https://github.com/fluidd-core/fluidd/releases/latest/download/fluidd.zip" - pi
3030
su -c "unzip fluidd.zip -d /home/pi/fluidd" - pi
3131
rm /home/pi/fluidd.zip
3232

src/modules/moonraker/filesystem/home/pi/klipper_config/moonraker.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ enable_auto_refresh: True
3636
# this enabled fluidd updates
3737
[update_manager client fluidd]
3838
type: web
39-
repo: cadriel/fluidd
39+
repo: fluidd-core/fluidd
4040
path: ~/fluidd

0 commit comments

Comments
 (0)