mirror of
https://github.com/suikan4github/kaiten-yaki.git
synced 2025-12-20 02:21:17 -03:00
Changed function directory from common to lib
This commit is contained in:
parent
791ffa6112
commit
123f187cad
6 changed files with 8 additions and 8 deletions
|
|
@ -5,10 +5,10 @@ function main() {
|
|||
source config.sh
|
||||
|
||||
# Load functions
|
||||
source common/confirmation.sh
|
||||
source common/preinstall.sh
|
||||
source common/parainstall.sh
|
||||
source common/parainstall_msg.sh
|
||||
source lib/confirmation.sh
|
||||
source lib/preinstall.sh
|
||||
source lib/parainstall.sh
|
||||
source lib/parainstall_msg.sh
|
||||
|
||||
|
||||
# This is the mount point of the install target.
|
||||
|
|
|
|||
|
|
@ -5,10 +5,10 @@ function main() {
|
|||
source config.sh
|
||||
|
||||
# Load functions
|
||||
source common/confirmation.sh
|
||||
source common/preinstall.sh
|
||||
source common/parainstall.sh
|
||||
source common/parainstall_msg.sh
|
||||
source lib/confirmation.sh
|
||||
source lib/preinstall.sh
|
||||
source lib/parainstall.sh
|
||||
source lib/parainstall_msg.sh
|
||||
|
||||
|
||||
# This is the mount point of the install target.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue