Instructions update after making the repo public
This commit is contained in:
parent
d4490ce7d3
commit
d25c4c2aa3
|
@ -60,13 +60,14 @@ Note: The usage of the SSR allows more lighting to be added without worries for
|
||||||
```
|
```
|
||||||
apt-get update && apt-get upgrade && apt-get install git
|
apt-get update && apt-get upgrade && apt-get install git
|
||||||
mv /opt/dsf/sd/sys /opt/dsf/sd/sys.ori
|
mv /opt/dsf/sd/sys /opt/dsf/sd/sys.ori
|
||||||
cd /opt ; git clone https://g.lgeex.com/pedro/duet_vcore3.git
|
|
||||||
mv /opt/dsf/sd/macros /opt/dsf/sd/macros.ori
|
mv /opt/dsf/sd/macros /opt/dsf/sd/macros.ori
|
||||||
|
cd /opt ; git clone https://g.lgeex.com/3dprinting/duet_vcore3.git
|
||||||
chown -R dsf:dsf /opt/duet_vcore3
|
chown -R dsf:dsf /opt/duet_vcore3
|
||||||
chmod -R g+s /opt/duet_vcore3
|
chmod -R g+s /opt/duet_vcore3
|
||||||
setfacl -R -d -m u::rwx /opt/duet_vcore3
|
setfacl -R -d -m u::rwx /opt/duet_vcore3
|
||||||
ln -s /opt/duet_vcore3 /opt/dsf/sd/sys
|
ln -s /opt/duet_vcore3 /opt/dsf/sd/sys
|
||||||
ln -s /opt/duet_vcore3/macros /opt/dsf/sd/macros
|
ln -s /opt/duet_vcore3/macros /opt/dsf/sd/macros
|
||||||
|
ls -s /opt/duet_vcore3 /root/ # yes I use root on the rasp.
|
||||||
```
|
```
|
||||||
|
|
||||||
### Duet 3 6HC - Pins
|
### Duet 3 6HC - Pins
|
||||||
|
|
Loading…
Reference in New Issue
Block a user