Skip to content

Commit 9a50ac7

Browse files
committed
Make install script update package as well.
1 parent 45b1e85 commit 9a50ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ cd /opt/duet-simplyprint-connector
3131
python3 -m venv venv
3232
source venv/bin/activate
3333
pip install --upgrade pip setuptools wheel
34-
pip install simplyprint-duet3d
34+
pip install --upgrade simplyprint-duet3d
3535
simplyprint-duet3d autodiscover
3636
simplyprint-duet3d install-as-service

0 commit comments

Comments
 (0)