8 lines
90 B
Bash
8 lines
90 B
Bash
#!/bin/sh
|
|
|
|
. scripts/plugin.sh
|
|
|
|
echo "... installing X backend"
|
|
install x
|
|
echo ".// done"
|