summarylogtreecommitdiffstats
path: root/noisetorch-bin.install
diff options
context:
space:
mode:
authorTravis Collins2020-07-24 20:45:14 -0400
committerTravis Collins2020-07-24 20:45:14 -0400
commit24d4f385c722b2d19d7413015d7a03a8dfbf46e5 (patch)
tree13ae823937c957651dc69ec4b9fa066131daaa28 /noisetorch-bin.install
parentac2c7da86a2a09a2e6e35eefcb15a2c34f81736a (diff)
downloadaur-24d4f385c722b2d19d7413015d7a03a8dfbf46e5.tar.gz
change post install message. don't recommend changing default config. instead recommend against using the built in updater
Diffstat (limited to 'noisetorch-bin.install')
-rw-r--r--noisetorch-bin.install5
1 files changed, 1 insertions, 4 deletions
diff --git a/noisetorch-bin.install b/noisetorch-bin.install
index 5a7d2dde13d4..b8a4231c011a 100644
--- a/noisetorch-bin.install
+++ b/noisetorch-bin.install
@@ -1,8 +1,5 @@
post_install() {
- printf "NoiseTorch provides an auto-update feature as part of the GUI.\n"
- printf "I recommend disabling the auto-update feature by setting\n\n"
- printf "$(tput setaf 4)EnableUpdates = false$(tput sgr0)\n\n"
- printf "in $(tput setaf 2)\$HOME/.config/noisetorch/config.toml$(tput sgr0)\n"
+ printf "NoiseTorch provides a self-update feature as part of the GUI.\n"
printf "The feature won't work with this package.\n"
printf "Don't attempt to update if prompted via the GUI\n"
printf "See the project page for details.\n\n"