File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7201,8 +7201,8 @@ def compare_versions(version1, version2):
72017201 log (f' Current version: froster v{ current } ' )
72027202 log (f' Latest version: froster v{ latest } ' )
72037203 log (f'\n You can update froster using the command:' )
7204- log (
7205- f' curl -s https://raw.githubusercontent.com/dirkpetersen/froster/main/install.sh?$(date +%s) | bash\n ' )
7204+ log (f' curl -s https://raw.githubusercontent.com/dirkpetersen/froster/main/install.sh?$(date +%s) | bash \n \n or in --verbose mode for troubleshooting:' )
7205+ log ( f' curl -s https://raw.githubusercontent.com/dirkpetersen/froster/main/install.sh?$(date +%s) | bash -s -- --verbose \n ' )
72067206 else :
72077207 if not mute_no_update :
72087208 log (f'\n Froster is up to date: froster v{ current } \n ' )
You can’t perform that action at this time.
0 commit comments