mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 08:57:57 +00:00
text tweak
This commit is contained in:
parent
c44c7d263c
commit
0d4ead5b0a
2
inxi
2
inxi
|
@ -543,7 +543,7 @@ print_version_info()
|
||||||
script_self_updater()
|
script_self_updater()
|
||||||
{
|
{
|
||||||
print_screen_output "Updating $SCRIPT_NAME in $SCRIPT_PATH."
|
print_screen_output "Updating $SCRIPT_NAME in $SCRIPT_PATH."
|
||||||
print_screen_output "Current version number: $SCRIPT_VERSION_NUMBER"
|
print_screen_output "Current running version number: $SCRIPT_VERSION_NUMBER"
|
||||||
wget -O $SCRIPT_PATH/$SCRIPT_NAME http://techpatterns.com/downloads/distro/$SCRIPT_NAME || error_handler 8 "$?"
|
wget -O $SCRIPT_PATH/$SCRIPT_NAME http://techpatterns.com/downloads/distro/$SCRIPT_NAME || error_handler 8 "$?"
|
||||||
if [ "$?" -eq 0 ];then
|
if [ "$?" -eq 0 ];then
|
||||||
SCRIPT_VERSION_NUMBER=$( grep -im 1 'version:' $SCRIPT_PATH/$SCRIPT_NAME | awk '{print $3}' )
|
SCRIPT_VERSION_NUMBER=$( grep -im 1 'version:' $SCRIPT_PATH/$SCRIPT_NAME | awk '{print $3}' )
|
||||||
|
|
Loading…
Reference in a new issue