mirror of
https://github.com/Snigdha-OS/snigdhaos-system-config.git
synced 2025-09-21 20:14:58 +02:00
⏳ @eshanized updated the repository 🎉 !!!
This commit is contained in:
@@ -61,3 +61,12 @@ MATE)
|
|||||||
terminal=mate-terminal
|
terminal=mate-terminal
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
if [ -z "$terminal" ] || ! command -v "$terminal" &>/dev/null; then
|
||||||
|
for i in ${term_order[@]}; do
|
||||||
|
if command -v "$i" &>/dev/null; then
|
||||||
|
terminal="$i"
|
||||||
|
break
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
fi
|
||||||
|
Reference in New Issue
Block a user