Skip to content

Commit

Permalink
special beta - linux
Browse files Browse the repository at this point in the history
  • Loading branch information
gorouflex authored May 11, 2024
1 parent ab3c71d commit a82a73c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Linux/UXTU4Unix.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import urllib.request, json, select
from configparser import ConfigParser

LOCAL_VERSION = "0.2.9"
LOCAL_VERSION = "0.3.0"
LATEST_VERSION_URL = "https://github.com/AppleOSX/UXTU4Unix/releases/latest"
GITHUB_API_URL = "https://api.github.com/repos/AppleOSX/UXTU4Unix/releases/latest"
cpu_codename = ["Raven", "Picasso", "Massite", "Renoir", "Cezanne", "Dali", "Lucienne", "Van Gogh", "Rembrandt", "Phoenix Point", "Hawk Point", "Strix Point"]
Expand All @@ -28,7 +28,7 @@ def clear():
logging.info(f' {get_hardware_info(command)}')
if cfg.get('Settings', 'Debug', fallback='0') == '1':
logging.info(f" Loaded: {cfg.get('User', 'Preset',fallback = '')}")
logging.info(f" Version: {LOCAL_VERSION} by GorouFlex and AppleOSX (Linux Edition)")
logging.info(f" Version: {LOCAL_VERSION} by GorouFlex and AppleOSX (Linux Edition) - Special Beta 1")
logging.info("")

def get_hardware_info(command, use_sudo=False):
Expand Down Expand Up @@ -455,11 +455,12 @@ def about():
while True:
clear()
logging.info("About UXTU4Unix")
logging.info("The L2T Update (2FUTURE)")
logging.info("The Stepping Codename Update (3LinuxBL2TDREAM)")
logging.info("----------------------------")
logging.info("Maintainer: GorouFlex\nCLI: GorouFlex")
logging.info("GUI: NotchApple1703\nAdvisor: NotchApple1703")
logging.info("Command file: CorpNewt\nTester: nlqanh524")
logging.info("dmidecode for macOS: Acidanthera")
logging.info("Command file for macOS: CorpNewt\nTester: nlqanh524")
logging.info("----------------------------")
try:
logging.info(f"F. Force update to the latest version ({get_latest_ver()})")
Expand Down

0 comments on commit a82a73c

Please sign in to comment.