dbarzin / pandora-box

USB Scanning device
GNU General Public License v3.0
20 stars 2 forks source link

Error in install script #9

Closed Foxi352 closed 8 months ago

Foxi352 commented 9 months ago

https://github.com/dbarzin/pandora-box/blob/f75e392a4d77e66cde215180841ef82fbc077755/install.sh#L142

Something does not seem right with this line ? :-)

-bash: cd: too many arguments

Serge

dbarzin commented 9 months ago

Hmmmmh... I see.

dbarzin commented 9 months ago

Fixed here : https://github.com/dbarzin/pandora-box/commit/d23e94947f676bb925cbea93165275c19fdb6fc5

Foxi352 commented 9 months ago

I cloned the repo to /home/swagener/pandora-box Then i run sudo ./install.sh from inside the pandora-box folder.

After your fix i have the following:

+ su - swagener -c '~/.local/bin/poetry run update --yes'

Poetry could not find a pyproject.toml file in /home/swagener or its parents
dbarzin commented 8 months ago

Fixed here : https://github.com/dbarzin/pandora-box/commit/42aed2c689ba4e8ffec0fcf11c0feaf5ceab2957

Foxi352 commented 8 months ago

I confirm the fix is working. Installation goes smoothly now.