diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2018-11-25 18:22:57 +0100 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2018-11-25 18:22:57 +0100 |
commit | f7c8a53a96bb537eb92fb1670a04b47afefed52c (patch) | |
tree | 250e30df97cfdfd64edea5d8eb99b0a4f5681cbe /bin/post-update.sh | |
parent | c24b7503bc4f05dd700eca5bcc593e04d3c89720 (diff) | |
download | Luxcena-Neo-f7c8a53a96bb537eb92fb1670a04b47afefed52c.tar.gz Luxcena-Neo-f7c8a53a96bb537eb92fb1670a04b47afefed52c.zip |
:sparkles: Make post-install script
Diffstat (limited to 'bin/post-update.sh')
-rw-r--r-- | bin/post-update.sh | 5 |
1 files changed, 5 insertions, 0 deletions
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..." |