mirror of
https://github.com/Snigdha-OS/snigdhaos-system-config.git
synced 2025-09-21 12:04:57 +02:00
⏳ @eshanized updated the repository 🎉 !!!
This commit is contained in:
@@ -61,3 +61,12 @@ MATE)
|
||||
terminal=mate-terminal
|
||||
;;
|
||||
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