Skip to content

Commit

Permalink
Merge pull request #69 from Utappia/develop
Browse files Browse the repository at this point in the history
fix for #67
  • Loading branch information
cerebrux authored Aug 1, 2024
2 parents 6296973 + 4846aeb commit dd8adb4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion assets/control
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions ucaresystem-core
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit dd8adb4

Please sign in to comment.