bumd mistake 2

This commit is contained in:
Afonso Franco 2023-01-29 02:58:40 +00:00
parent 2389bf68ee
commit 53c206d987
Signed by: afonso
GPG key ID: C459E0BB3DCEE899
4 changed files with 8 additions and 8 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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