Skip to content

Commit e4060f4

Browse files
committed
improve [un]install experience
1 parent 7892b66 commit e4060f4

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Most plugins should have a maximum priority of 2. This is the default level for
192192

193193
### Uninstall
194194

195-
To uninstall PaperPi, run `./install/install.sh` with either `-u` to uninstall or `-p` to uninstall and remove all configuration files.
195+
To uninstall PaperPi, run `/usr/bin/local/paperpi/install.sh` with either `-u` to uninstall or `-p` to uninstall and remove all configuration files.
196196

197197
## Command Reference
198198

install/install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,8 @@ function copy_files {
231231

232232
echo "Installing files to $INSTALLPATH"
233233
rsync -a --exclude-from=$EXCLUDE --include-from=$INCLUDE $LOCALPATH $rsyncPath
234+
# add install script to aid in uninstalling
235+
cp $SCRIPT_DIR/install.sh $INSTALLPATH
234236
# cp $SCRIPT_DIR/../Pipfile $INSTALLPATH
235237
# chown -R paperpi:paperpi $INSTALLPATH
236238
fi

paperpi/config/paperpi.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ mirror = False
2020
color = False
2121
# Disable screen wipe at shutdown (Default: True)
2222
# This setting will leave the last image on the screen at shutdown
23-
no_wipe = True
23+
no_wipe = False
2424
# plugin timeout - amount of time in seconds to wait for a hung plugin to complete execution
2525
plugin_timeout = 30
2626

0 commit comments

Comments
 (0)