mirror of
https://github.com/km4ack/73Linux
synced 2026-08-13 17:51:54 -04:00
fix #52
This commit is contained in:
parent
f1f7eefb69
commit
56c08d90ea
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
CONFIG_DIR=$HOME/bin/conky
|
||||
CONKY_TMP=/tmp/conky.txt
|
||||
CPU=$(lscpu | grep Architecture | grep arm)
|
||||
CPU=$(lscpu | grep "Vendor ID" | grep ARM)
|
||||
if [ -z "$CPU" ]; then
|
||||
CONFIG_FILES=${CONFIG_DIR}/*.86
|
||||
TYPE=".86"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue