From 69fe870493dcda18bd57d3807e69a225bae38721 Mon Sep 17 00:00:00 2001 From: Salih Emin <914656+cerebrux@users.noreply.github.com> Date: Wed, 31 Jul 2024 23:18:45 +0300 Subject: [PATCH 1/2] fix for #67 --- assets/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/control b/assets/control index 202cf91..bf88fcd 100644 --- a/assets/control +++ b/assets/control @@ -9,7 +9,7 @@ Vcs-Browser: https://github.com/Utappia/uCareSystem.git Package: ucaresystem-core Architecture: all -Depends: apt, deborphan, lsb-release, pkexec, curl +Depends: apt, deborphan, lsb-release, curl Description: All-in-one System Update and maintenance app This simple script will automatically refresh your packagelist, download and install software updates (if there are any), remove old From 4846aebe9d89c294d59d9d5e8d63cd7d24ee2bcf Mon Sep 17 00:00:00 2001 From: Salih Emin <914656+cerebrux@users.noreply.github.com> Date: Wed, 31 Jul 2024 23:18:45 +0300 Subject: [PATCH 2/2] fix for #67 --- README.md | 4 ++-- ucaresystem-core | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 314445d..f32f44f 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ License: GPL3 (http://www.gnu.org/licenses/gpl.html) Author : Salih Emin Email : salih-(a)-utappia.org - Date : 28-07-2024 (first release 19-02-2009) - Version: 24.07.28 + Date : 31-07-2024 (first release 19-02-2009) + Version: 24.07.31 System : Ubuntu Linux and derivatives. With Deb, Snap or Flatpak. (Partial support for Debian and WSL2) WebSite: http://utappia.org diff --git a/ucaresystem-core b/ucaresystem-core index 49f7e5b..1626d0a 100755 --- a/ucaresystem-core +++ b/ucaresystem-core @@ -10,8 +10,8 @@ set -e # Author : Salih Emin # WebSite: http://utappia.org # Email : salih-(at)-utappia.org -# Date : 28-07-2024 (first release 19-02-2009) -# Version: 24.07.28 +# Date : 31-07-2024 (first release 19-02-2009) +# Version: 24.07.31 # System : Ubuntu Linux and derivatives. With Deb, Snap or Flatpak. (Partial support for Debian and WSL2) # Description: #This simple script will automatically refresh your package list, download and install @@ -23,7 +23,7 @@ set -e #Variables DIST_CODENAME=$(lsb_release --codename | cut -f2) DATE=(date +%F_%T) -UCARE_VERSION=(24.07.28) +UCARE_VERSION=(24.07.31) USERNAME=$(logname 2>/dev/null || echo $USER) # Checking if the user has run the script with "sudo" or not if [[ $EUID -ne 0 ]] ; then