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 # use ls -d */ > list to get the list of the created githubs and copy/paste in
directories=( directories=(
alci-calamares-config/ tms-calamares-config/
alci-calamares-config-dev/ tms-grub-theme/
alci-calamares-config-hardened/ tms-arch-linux-calamares-installer/
alci-calamares-config-lts/ tms-calamares/
alci-calamares-config-pure/ custompkgs/
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/
) )
count=0 count=0
@@ -45,7 +30,7 @@ for name in "${directories[@]}"; do
count=$[count+1] count=$[count+1]
tput setaf 1;echo "Github "$count;tput sgr0; tput setaf 1;echo "Github "$count;tput sgr0;
# if there is no folder then make one # 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 "#################################################"
echo "################ "$(basename `pwd`)" done" echo "################ "$(basename `pwd`)" done"
echo "#################################################" echo "#################################################"

View File

@@ -7,6 +7,6 @@ Categories=TMS
Terminal=false Terminal=false
Icon[zh_CN]=/home/smart/DCC.jpg Icon[zh_CN]=/home/smart/DCC.jpg
Name[zh_CN]=DCCs2 Name[zh_CN]=DCCs2
Exec=/home/smart/wine-10.0-rc2-amd64-wow64/bin/wine /home/smart/DCCs2.exe Exec=/home/smart/wine/bin/wine /home/smart/DCCs2.exe
Name=DCCs2 Name=DCCs2
Icon=/home/smart/DCC.jpg Icon=/home/smart/DCC.jpg

View File

@@ -7,6 +7,6 @@ Categories=TMS
Terminal=false Terminal=false
Icon[zh_CN]=/home/smart/DCC2.jpg Icon[zh_CN]=/home/smart/DCC2.jpg
Name[zh_CN]=DCC2 Name[zh_CN]=DCC2
Exec=/home/smart/wine-10.0-rc2-amd64-wow64/bin/wine '/home/smart/.wine/drive_c/Program Files (x86)/Projector User Supportware/Digital Cinema Communicator v2/DigitalCinemaCommunicator2.exe' Exec=/home/smart/wine/bin/wine '/home/smart/.wine/drive_c/Program Files (x86)/Projector User Supportware/Digital Cinema Communicator v2/DigitalCinemaCommunicator2.exe'
Name=DCC2 Name=DCC2
Icon=/home/smart/DCC2.jpg Icon=/home/smart/DCC2.jpg

Some files were not shown because too many files have changed in this diff Show More