Pi66

pino
Python notification daemon.
git clone https://git.pi66.xyz/pino

← back to log

fix libs installer problem

author: Pixel2175
date: 2024-12-19 18:56
hash: 718a9c14ffcabcffa3821a64c911d5df460b0d77

Diffstat:

M

install.py
1 ------------------------------
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
diff --git a/install.py b/install.py
index 4f3952c..6d41329 100644
--- a/install.py
+++ b/install.py
@@ -1,6 +1,5 @@
 import os

-
 def get_distro():
     if os.path.isfile("/etc/os-release"):
         with open("/etc/os-release") as f: