You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
311 B
22 lines
311 B
|
|
|
|
|
|
`sudo bash ./install.sh`
|
|
|
|
to redo all the steps remove the lock files
|
|
|
|
`rm ${ROOT}/opt/swarms/install/* `
|
|
|
|
or in my system:
|
|
```
|
|
export ROOT=/mnt/data1/swarms
|
|
sudo rm ${ROOT}/opt/swarms/install/*
|
|
```
|
|
|
|
rerun
|
|
```
|
|
export ROOT=/mnt/data1/swarms;
|
|
sudo rm ${ROOT}/opt/swarms/install/*;
|
|
sudo bash ./install.sh
|
|
```
|