From 29772e69a1aa8a1b6dd5f8252b871e52c03f5f64 Mon Sep 17 00:00:00 2001 From: ZeStig <69384921+zstg@users.noreply.github.com> Date: Mon, 19 Aug 2024 13:20:05 +0000 Subject: [PATCH] hotfix --- build.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/build.sh b/build.sh index f853f6e..9a5afe8 100644 --- a/build.sh +++ b/build.sh @@ -123,7 +123,7 @@ build_and_package() { cd $dir local packages=( - "albert" + # "albert" "aura-bin" # "aurutils" "bibata-cursor-theme-bin" @@ -136,16 +136,16 @@ build_and_package() { # "mkinitcpio-openswap" # "nwg-clipman" "nwg-dock-hyprland-bin" - "octopi" + # "octopi" "oh-my-zsh-git" - "pamac-all" + # "pamac-all" "pandoc-bin" "python-clickgen" "pyprland" # #"repoctl" - "rua" - "swayfx" - "sway-nvidia" + # "rua" + # "swayfx" + # "sway-nvidia" # #"swayosd-git" "ventoy-bin" "yay-bin" @@ -177,7 +177,7 @@ initialize_and_push() { sudo git add . sudo git commit -am "Update packages" sudo git pull - sudo git push "https://x-access-token:${GITHUB_TOKEN}@github.com/${git config --get remote.origin.url | sed -E 's|.+[:/]([^:/]+)/([^/.]+)(\.git)?|\1/\2|'}" --force + sudo git push "https://x-access-token:${GITHUB_TOKEN}@github.com/StratOS-Linux/StratOS-repo" --force } # Main function