diff options
author | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-10-24 20:09:35 +0100 |
---|---|---|
committer | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-10-24 20:09:35 +0100 |
commit | 549ccc0f41f20dfce4d3da52a4ff5199a2c03c08 (patch) | |
tree | b0e360d476c874eeaf680fec20bb41b13098587e /modules/archupdates | |
parent | 26d3628594fd20313f19675851051c3bbbc91c44 (diff) |
Added networkup and networkdown modules
Diffstat (limited to 'modules/archupdates')
-rwxr-xr-x | modules/archupdates | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/archupdates b/modules/archupdates index ea44e2e..ad8b405 100755 --- a/modules/archupdates +++ b/modules/archupdates @@ -4,7 +4,7 @@ # Requires an internet connection # Depends on yay and checkupdates (pacman-contrib) -PREFIX=' Updates:' +PREFIX=' Updates: ' get_updates() { @@ -18,7 +18,7 @@ get_updates() updates=$(("$updates_arch" + "$updates_aur")) - echo "$PREFIX $updates" + echo "$PREFIX$updates" } get_updates |