Changed function directory from common to lib

This commit is contained in:
Suikan 2021-07-02 16:27:09 +09:00
parent 791ffa6112
commit 123f187cad
6 changed files with 8 additions and 8 deletions

View file

@ -5,10 +5,10 @@ function main() {
source config.sh source config.sh
# Load functions # Load functions
source common/confirmation.sh source lib/confirmation.sh
source common/preinstall.sh source lib/preinstall.sh
source common/parainstall.sh source lib/parainstall.sh
source common/parainstall_msg.sh source lib/parainstall_msg.sh
# This is the mount point of the install target. # This is the mount point of the install target.

View file

@ -5,10 +5,10 @@ function main() {
source config.sh source config.sh
# Load functions # Load functions
source common/confirmation.sh source lib/confirmation.sh
source common/preinstall.sh source lib/preinstall.sh
source common/parainstall.sh source lib/parainstall.sh
source common/parainstall_msg.sh source lib/parainstall_msg.sh
# This is the mount point of the install target. # This is the mount point of the install target.