From a49c5b00e1a6b8dfdce6976171365e5f2dc547e3 Mon Sep 17 00:00:00 2001 From: punix Date: Sun, 13 Apr 2025 13:04:51 +0200 Subject: [PATCH] - Installer update python311 to python313 for Open Suse - add symbolic link wirepy.py --- Changelog | 7 +++++++ __pycache__/cls_mth_fc.cpython-312.pyc | Bin 15592 -> 15592 bytes install | 17 +++++++++++------ wirepy.py | 2 +- 4 files changed, 19 insertions(+), 7 deletions(-) diff --git a/Changelog b/Changelog index d16a4fd..ad28ffd 100644 --- a/Changelog +++ b/Changelog @@ -8,6 +8,13 @@ My standard System: Linux Mint 22 Cinnamon - for loops with lists replaced by List Comprehensions + ### Added +13-04-0725 + + - Installer update python311 to python313 for Open Suse + - add symbolic link wirepy.py + + ### Added 09-04-0725 diff --git a/__pycache__/cls_mth_fc.cpython-312.pyc b/__pycache__/cls_mth_fc.cpython-312.pyc index ad33e9669cc58babdf6970f6b1761120d187549b..75cd087ca85225a3c4bce1fc0aab5371bbbb76b2 100644 GIT binary patch delta 37 pcmaD+`J$5hG%qg~0}wcKecQ<0V>0=)6zAjxCbl4Y^D`4B4gmXl4EX>6 delta 35 ocmaD+`J$5hG%qg~0}v?uyuFdT$Aqc8VDd~87a+Cyz6mD>0O* /dev/null 2>&1 @@ -128,11 +131,12 @@ install(){ rm -r ~/.config/wire_py && rm -r ~/.config/systemd exit 0 else - sudo zypper install python311-tk && \ + sudo zypper install python313-tk && \ sudo cp -fv wirepy.py start_wg.py cls_mth_fc.py ssl_encrypt.py ssl_decrypt.py /usr/local/bin/ && \ sudo cp -uR lx-icons /usr/share/icons/ && sudo cp -uR TK-Themes /usr/share/ && \ sudo cp -u languages/de/*.mo /usr/share/locale/de/LC_MESSAGES/ && \ - sudo cp -fv Wire-Py.desktop /usr/share/applications/ + sudo cp -fv Wire-Py.desktop /usr/share/applications/ && \ + sudo ln -sf /usr/local/bin/wirepy.py /usr/local/bin/wirepy fi @@ -152,7 +156,8 @@ install(){ } remove(){ - sudo rm -f /usr/local/bin/wirepy.py /usr/local/bin/start_wg.py /usr/local/bin/cls_mth_fc.py /usr/local/bin/ssl_encrypt.py /usr/local/bin/ssl_decrypt.py + sudo rm -f /usr/local/bin/wirepy /usr/local/bin/wirepy.py /usr/local/bin/start_wg.py \ + /usr/local/bin/cls_mth_fc.py /usr/local/bin/ssl_encrypt.py /usr/local/bin/ssl_decrypt.py if [ $? -ne 0 ] then exit 0 diff --git a/wirepy.py b/wirepy.py index 2416175..0c30611 100755 --- a/wirepy.py +++ b/wirepy.py @@ -25,7 +25,7 @@ wg_tips = Tipi.if_tip(wg_set) dirname = Path('/tmp/tlecdcwg/') ''' 1 = 1. Year, 09 = Month of the Year, 2924 = Day and Year of the Year ''' -version = 'v. 2.04.0925' +version = 'v. 2.04.1325' res = GiteaUpdate.api_down('https://git.ilunix.de/api/v1/repos/punix/Wire-Py/releases', version)