Compare commits
No commits in common. "main" and "1.1.3" have entirely different histories.
@ -59,6 +59,7 @@
|
|||||||
<package name="usbutils"/>
|
<package name="usbutils"/>
|
||||||
<package name="pciutils"/>
|
<package name="pciutils"/>
|
||||||
<package name="ncurses-devel"/>
|
<package name="ncurses-devel"/>
|
||||||
|
<package name="ncurses5-devel"/>
|
||||||
<package name="git"/>
|
<package name="git"/>
|
||||||
<package name="make"/>
|
<package name="make"/>
|
||||||
<package name="gcc-c++"/>
|
<package name="gcc-c++"/>
|
||||||
@ -66,7 +67,6 @@
|
|||||||
<package name="smartmontools"/>
|
<package name="smartmontools"/>
|
||||||
<package name="curl"/>
|
<package name="curl"/>
|
||||||
<package name="nano"/>
|
<package name="nano"/>
|
||||||
<package name="dejavu-fonts"/>
|
|
||||||
<package name="NetworkManager"/>
|
<package name="NetworkManager"/>
|
||||||
<package name="NetworkManager-tui"/>
|
<package name="NetworkManager-tui"/>
|
||||||
<package name="python3-pip"/>
|
<package name="python3-pip"/>
|
||||||
|
@ -43,6 +43,8 @@ suseInsertService dracut_hostonly
|
|||||||
#--------------------------------------
|
#--------------------------------------
|
||||||
baseSetRunlevel 3
|
baseSetRunlevel 3
|
||||||
|
|
||||||
|
pip install sysv-ipc --break-system-packages
|
||||||
|
pip install pycstruct --break-system-packages
|
||||||
pip install brother-ql --break-system-packages
|
pip install brother-ql --break-system-packages
|
||||||
pip install qrcode --break-system-packages
|
pip install qrcode --break-system-packages
|
||||||
|
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
[Unit]
|
|
||||||
Description=screenfetch on tty4
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
Type=simple
|
|
||||||
RemainAfterExit=yes
|
|
||||||
ExecStart=
|
|
||||||
ExecStart=/usr/bin/screenfetch
|
|
||||||
Restart=on-failure
|
|
Loading…
Reference in New Issue
Block a user