54c8508d45
This is currently experimental/incomplete. See elements/opensuse/README.md for details. Change-Id: Ie5bcab15c9703cf15ceb642fb986a8afc34f96fb Co-Authored-By: Ralf Haferkamp <rhafer@suse.de>
4 lines
81 B
Bash
Executable File
4 lines
81 B
Bash
Executable File
#!/bin/sh
|
|
|
|
install -m 0755 -o root -g root $(dirname $0)/../bin/* /usr/local/bin
|