9 lines
119 B
Bash
9 lines
119 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -xe
|
||
|
|
||
|
cp xarbon /usr/local/bin/xarbon
|
||
|
cp xarbon_font.png /usr/local/bin/xarbon_font.png
|
||
|
|
||
|
exit
|