Update env, packages and fix some scripts
This commit is contained in:
parent
e411075acb
commit
1458d5b334
10 changed files with 54 additions and 25 deletions
.bin
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
action=$(printf "shutdown\nreboot\nlogout\nautostart" | $MENU)
|
||||
action=$(printf "shutdown\nreboot\nlogout\nautostart" | $DMENU)
|
||||
|
||||
case "$action" in
|
||||
shutdown) systemctl poweroff -i ;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue