fix upgrades script
This commit is contained in:
parent
8f3c15d417
commit
4105ee313e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
script="sudo xbps-install -Su; pkill -RTMIN+8 dwmblocks"
|
script="sudo xbps-install -Su; pkill -RTMIN+8 dwmblocks"
|
||||||
|
|
||||||
if [ -n "$TERM_PROGRAM" ]; then
|
if [ -n "$TERM" ]; then
|
||||||
sh -c "$script"
|
sh -c "$script"
|
||||||
else
|
else
|
||||||
st -e sh -c "
|
st -e sh -c "
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue