bumd mistake 2
This commit is contained in:
parent
2389bf68ee
commit
53c206d987
4 changed files with 8 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
script_full_path=$(dirname "$0")
|
||||
script_full_path="$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
||||
|
||||
source $script_full_path/pacman.sh
|
||||
source $script_full_path/chaotic-aur.sh
|
||||
source "$script_full_path"/pacman.sh
|
||||
source "$script_full_path"/chaotic-aur.sh
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
script_full_path=$(dirname "$0")
|
||||
script_full_path="$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
||||
|
||||
source $script_full_path/sevices.sh
|
||||
source $script_full_path/aur.sh
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
script_full_path=$(dirname "$0")
|
||||
script_full_path="$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
||||
|
||||
source $script_full_path/4-post-reboot/init.sh
|
||||
|
|
6
setup.sh
6
setup.sh
|
@ -1,7 +1,7 @@
|
|||
script_full_path=$(dirname "$0")
|
||||
script_full_path="$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
||||
|
||||
source $script_full_path/1-initial/init.sh
|
||||
#source $script_full_path/1-initial/init.sh
|
||||
source $script_full_path/2-install-packages/init.sh
|
||||
echo "Installing bootloader"
|
||||
refind-install
|
||||
#refind-install
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue