summarylogtreecommitdiffstats
path: root/readme.install
blob: 2dc7f2d1f788c286bb0e8f58277b4ca4410b36c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
echo '--------------------------------------------------------------------------'
echo 'README'
echo 'https://github.com/tritonas00/system-tar-and-restore/blob/master/README.md'
echo '--------------------------------------------------------------------------'
echo 'QUICK INSTRUCTIONS'
echo
echo 'MAIN SCRIPT'
echo 'Run as root: star.sh'
echo 'The sample configuration file for backup mode can be found at /usr/share/system-tar-and-restore/backup.conf'
echo
echo 'GUI WRAPPER'
echo 'Run as root: star-gui.sh or use the system-tar-and-restore desktop entry'
echo '--------------------------------------------------------------------------'
}