We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8736c7f commit 56275cfCopy full SHA for 56275cf
install.sh
@@ -38,6 +38,11 @@ if [ -f main.py ]; then
38
}
39
fi
40
41
+# Clipboard watcher service
42
+cp utils/clipboard_watcher.service /lib/systemd/system/clipboard_watcher.service || {
43
+ die "Failed to install clipboard_watcher.service"
44
+}
45
+
46
if [ -f main.sh ]; then
47
cp -v main.sh /usr/share/udroid/ || {
48
die "Failed to copy main.sh"
@@ -74,6 +79,4 @@ ln -sv /usr/share/udroid/main.sh /usr/bin/udroid-upgrade || {
74
79
die "Failed to create symlink"
75
80
76
81
77
-# Clipboard-service
78
-
82
shout "Installation Complete."
0 commit comments