From f7c8a53a96bb537eb92fb1670a04b47afefed52c Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Sun, 25 Nov 2018 18:22:57 +0100 Subject: :sparkles: Make post-install script --- bin/post-update.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bin/post-update.sh diff --git a/bin/post-update.sh b/bin/post-update.sh new file mode 100644 index 0000000..e0e8bc1 --- /dev/null +++ b/bin/post-update.sh @@ -0,0 +1,5 @@ + +cd /home/lux-neo/luxcena-neo-install +cp bin/luxcena-neo-cli.sh /usr/bin/luxcena-neo-cli.sh + +echo "Post-update done..." -- cgit v1.2.3