Skip to content

Commit

Permalink
improve [un]install experience
Browse files Browse the repository at this point in the history
  • Loading branch information
txoof committed Aug 3, 2024
1 parent 7892b66 commit e4060f4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ Most plugins should have a maximum priority of 2. This is the default level for

### Uninstall

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

## Command Reference

Expand Down
2 changes: 2 additions & 0 deletions install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ function copy_files {

echo "Installing files to $INSTALLPATH"
rsync -a --exclude-from=$EXCLUDE --include-from=$INCLUDE $LOCALPATH $rsyncPath
# add install script to aid in uninstalling
cp $SCRIPT_DIR/install.sh $INSTALLPATH
# cp $SCRIPT_DIR/../Pipfile $INSTALLPATH
# chown -R paperpi:paperpi $INSTALLPATH
fi
Expand Down
2 changes: 1 addition & 1 deletion paperpi/config/paperpi.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ mirror = False
color = False
# Disable screen wipe at shutdown (Default: True)
# This setting will leave the last image on the screen at shutdown
no_wipe = True
no_wipe = False
# plugin timeout - amount of time in seconds to wait for a hung plugin to complete execution
plugin_timeout = 30

Expand Down

0 comments on commit e4060f4

Please sign in to comment.