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

#!/bin/sh
. scripts/plugin.sh
echo "... installing X backend"
install x
echo ".// done"