Skip to content

Commit 728fe03

Browse files
committed
Fix installer
1 parent 4f4042d commit 728fe03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daemon/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if [ -d "/etc/plasma" ]; then
1111
fi
1212

1313
printf "Installing requirements\n"
14-
sudo pip install pypng plasma
14+
sudo pip install pypng plasmalights
1515

1616
printf "Installing plasma\n"
1717
mkdir /etc/plasma

0 commit comments

Comments
 (0)