Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
d225658e0f | |||
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/
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 6dd4c446881f2cd26d12f3c2029b6dd6532bd6e9
|
||||
Subproject commit 1ceffa56f827276e0bed00d13eb09c97729c8dc7
|
@ -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