Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
15b15d1008 | |||
58953da23f |
@ -67,6 +67,7 @@
|
||||
<package name="smartmontools"/>
|
||||
<package name="curl"/>
|
||||
<package name="nano"/>
|
||||
<package name="dejavu-fonts"/>
|
||||
<package name="NetworkManager"/>
|
||||
<package name="NetworkManager-tui"/>
|
||||
<package name="python3-pip"/>
|
||||
|
@ -22,7 +22,7 @@ git checkout master
|
||||
git pull
|
||||
git submodule init
|
||||
git submodule update
|
||||
make release
|
||||
|
||||
cd $current_dir
|
||||
|
||||
cd ./root/root/reHDDPrinter/
|
||||
|
Submodule root/root/reHDD updated: 6dd4c44688...1ceffa56f8
@ -0,0 +1,17 @@
|
||||
[Unit]
|
||||
Description=screenfetch on tty4
|
||||
|
||||
[Service]
|
||||
WorkingDirectory=/usr/bin/
|
||||
ExecStart=
|
||||
ExecStart=-/usr/bin/screenfetch
|
||||
StandardInput=tty
|
||||
StandardOutput=tty
|
||||
Restart=always
|
||||
RestartSec=1
|
||||
UtmpIdentifier=tty4
|
||||
TTYPath=/dev/tty4
|
||||
TTYReset=yes
|
||||
TTYVHangup=yes
|
||||
TTYVTDisallocate=yes
|
||||
SendSIGHUP=yes
|
Reference in New Issue
Block a user