This repository has been archived on 2023-08-08. You can view files and clone it, but cannot push or open issues or pull requests.
tomo-old/scripts/install-backends.sh

8 lines
90 B
Bash
Raw Normal View History

#!/bin/sh
2023-05-02 21:19:43 -06:00
. scripts/plugin.sh
echo "... installing X backend"
install x
echo ".// done"