This commit is contained in:
zj
2025-11-23 21:14:29 +08:00
parent d2ac3b00d4
commit a3c78afe33
3986 changed files with 11 additions and 26 deletions

View File

@@ -17,26 +17,11 @@ 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=(
alci-calamares-config/
alci-calamares-config-dev/
alci-calamares-config-hardened/
alci-calamares-config-lts/
alci-calamares-config-pure/
alci-calamares-config-xanmod/
alci-calamares-config-zen/
alci-dwm/
alci-dwm-nemesis/
alci-grub-theme/
alci-iso/
alci-iso-dev/
alci-iso-hardened/
alci-iso-lts/
alci-iso-pure/
alci-iso-xanmod/
alci-iso-zen/
alci-pkgbuild/
alci_repo/
nemesis-wallpapers/
tms-calamares-config/
tms-grub-theme/
tms-arch-linux-calamares-installer/
tms-calamares/
custompkgs/
)
count=0
@@ -45,7 +30,7 @@ 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 https://github.com/arch-linux-calamares-installer/$name
git clone http://192.168.10.207:3000/zj/$name
echo "#################################################"
echo "################ "$(basename `pwd`)" done"
echo "#################################################"