Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
4e4bc5f69e | |||
c1c3a32fb7 | |||
d225658e0f | |||
15b15d1008 |
@ -59,7 +59,6 @@
|
|||||||
<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++"/>
|
||||||
@ -67,6 +66,7 @@
|
|||||||
<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,8 +43,6 @@ 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
|
||||||
|
|
||||||
|
@ -0,0 +1,9 @@
|
|||||||
|
[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