mirror of
https://github.com/ben-grande/qusal.git
synced 2025-07-31 18:28:42 -04:00
8 lines
214 B
Bash
Executable file
8 lines
214 B
Bash
Executable file
#!/bin/sh
|
|
## SPDX-FileCopyrightText: 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
|
##
|
|
## SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
update-alternatives --set x-terminal-emulator /usr/bin/xterm
|
|
|
|
# vim: ft=sh
|