uci-docker-build/src/common/init.sh

10 lines
353 B
Bash

#!/bin/bash
echo -e "\n##################################"
mkdir -p /opt/scripts /opt/bin /shell /opt/conf /data
# this is the default host user
chown -R 1000:1000 /opt /shell /data
git clone https://git.kebler.net/bash/shell-base.git /shell/base
cp ucishell.sh /shell/base/setup
/shell/base/setup/ucishell.sh
# install and display distro info
./info.sh