rename alci to bbttms

This commit is contained in:
zj
2025-11-23 23:38:01 +08:00
parent 7cb476ff5f
commit fd7f88531f
3 changed files with 4 additions and 41 deletions

View File

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

View File

@@ -40,8 +40,8 @@ echo
# setting of the general parameters
archisoRequiredVersion="archiso 83-1"
buildFolder=$HOME"/alci-build"
outFolder=$HOME"/Alci-Iso-Out"
buildFolder=$HOME"/bbttms-build"
outFolder=$HOME"/Bbttms-Iso-Out"
archisoVersion=$(sudo pacman -Q archiso)
echo "################################################################## "

View File

@@ -40,8 +40,8 @@ echo
# setting of the general parameters
archisoRequiredVersion="archiso 83-1"
buildFolder=$HOME"/alci-build"
outFolder=$HOME"/Alci-Iso-Out"
buildFolder=$HOME"/bbttms-build"
outFolder=$HOME"/Bbttms-Iso-Out"
archisoVersion=$(sudo pacman -Q archiso)
echo "################################################################## "