diff options
| author | sergio <sergiotarxz@posteo.net> | 2026-09-14 12:14:07 +0200 |
|---|---|---|
| committer | sergio <sergiotarxz@posteo.net> | 2026-09-14 12:14:07 +0200 |
| commit | 4679702330bf6b1358eda3f68bbb9743e02196a5 (patch) | |
| tree | 242bfc2eba311fefc5d69701073b856dbcf85dcf | |
| parent | cdf402afb32586672b9ffb848939ffd07648d9ac (diff) | |
Removing dep on Util
| -rwxr-xr-x | scripts/algaos-updater | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/algaos-updater b/scripts/algaos-updater index 87b4cf9..a25c005 100755 --- a/scripts/algaos-updater +++ b/scripts/algaos-updater @@ -5,7 +5,6 @@ use warnings; use Data::Dumper; use AlgaOS::Updater::GUI; -use AlgaOS::Updater::Util; use JSON qw/from_json to_json/; use AlgaOS::Updater; |
