diff --git a/1-get-all-alci-gits-v1.sh b/1-get-all-alci-gits-v1.sh deleted file mode 100755 index 08785e4..0000000 --- a/1-get-all-alci-gits-v1.sh +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/bash -# -################################################################################################################## -# Written to be used on 64 bits computers -# Author : Erik Dubois -# Website : http://www.erikdubois.be -################################################################################################################## -################################################################################################################## -# -# DO NOT JUST RUN THIS. EXAMINE AND JUDGE. RUN AT YOUR OWN RISK. -# -################################################################################################################## - -echo "This gets all the existing githubs at once" -echo "Fill the array with the original folders first" - -# use ls -d */ > list to get the list of the created githubs and copy/paste in - -directories=( -tms-calamares-config/ -tms-grub-theme/ -tms-arch-linux-calamares-installer/ -tms-calamares/ -custompkgs/ -) - -count=0 - -for name in "${directories[@]}"; do - count=$[count+1] - tput setaf 1;echo "Github "$count;tput sgr0; - # if there is no folder then make one - git clone http://192.168.10.207:3000/zj/$name - echo "#################################################" - echo "################ "$(basename `pwd`)" done" - echo "#################################################" -done diff --git a/x86_64/custom.db b/x86_64/custom.db index c87d7fd..5f50032 100644 Binary files a/x86_64/custom.db and b/x86_64/custom.db differ diff --git a/x86_64/custom.files b/x86_64/custom.files index 1a612da..b2ebfe8 100644 Binary files a/x86_64/custom.files and b/x86_64/custom.files differ diff --git a/x86_64/google-chrome-142.0.7444.175-1-x86_64.pkg.tar.zst b/x86_64/google-chrome-142.0.7444.175-1-x86_64.pkg.tar.zst new file mode 100644 index 0000000..9556cbd Binary files /dev/null and b/x86_64/google-chrome-142.0.7444.175-1-x86_64.pkg.tar.zst differ