tarina

git clone https://git.tarina.org/tarina
Log | Files | Refs | README | LICENSE

commit 9b5dabdf03c8b31106f891c2bf4c13c7d1ce5cd9
parent 0c01fd45e98a142c2729cf76943f547ee14d950d
Author: rbckman <rob@tarina.org>
Date:   Tue, 12 Sep 2023 13:42:09 +0100

git update

Diffstat:
Mtarina.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tarina.py b/tarina.py @@ -2095,7 +2095,7 @@ def update(tarinaversion, tarinavername): time.sleep(4) logger.info('Updating...') run_command('git -C ' + tarinafolder + ' pull') - run_command('sudo ' + tarinafolder + '/install.sh') + #run_command('sudo ' + tarinafolder + '/install.sh') logger.info('Update done, will now reboot Tarina') waitforanykey() logger.info('Hold on rebooting Tarina...')