Compare commits

..

No commits in common. "main" and "1.1.2.1" have entirely different histories.

5 changed files with 5 additions and 12 deletions

View File

@ -59,6 +59,7 @@
<package name="usbutils"/>
<package name="pciutils"/>
<package name="ncurses-devel"/>
<package name="ncurses5-devel"/>
<package name="git"/>
<package name="make"/>
<package name="gcc-c++"/>
@ -66,7 +67,6 @@
<package name="smartmontools"/>
<package name="curl"/>
<package name="nano"/>
<package name="dejavu-fonts"/>
<package name="NetworkManager"/>
<package name="NetworkManager-tui"/>
<package name="python3-pip"/>

View File

@ -43,6 +43,8 @@ suseInsertService dracut_hostonly
#--------------------------------------
baseSetRunlevel 3
pip install sysv-ipc --break-system-packages
pip install pycstruct --break-system-packages
pip install brother-ql --break-system-packages
pip install qrcode --break-system-packages

View File

@ -22,7 +22,7 @@ git checkout master
git pull
git submodule init
git submodule update
make release
cd $current_dir
cd ./root/root/reHDDPrinter/

@ -1 +1 @@
Subproject commit 1ceffa56f827276e0bed00d13eb09c97729c8dc7
Subproject commit 6dd4c446881f2cd26d12f3c2029b6dd6532bd6e9

View File

@ -1,9 +0,0 @@
[Unit]
Description=screenfetch on tty4
[Service]
Type=simple
RemainAfterExit=yes
ExecStart=
ExecStart=/usr/bin/screenfetch
Restart=on-failure