@@ -35,7 +35,7 @@ helpfunction() {
35
35
echo " Usage: $0 -t [Toolchain Type] -f [Folder type] -o [Target Pi OS type] -r [Raspberry Pi type] "
36
36
echo -e " \t-t Toolchain Type?: (cross|native|cross_64|native_64|CLI)"
37
37
echo -e " \t-f Upload Folder type?: (root|main|base|experimental)"
38
- echo -e " \t-o Raspberry Pi OS type?: (stretch |buster|bullseye)"
38
+ echo -e " \t-o Raspberry Pi OS type?: (bookworm |buster|bullseye)"
39
39
echo -e " \t-r What's yours Target Raspberry Pi type?: (0-1|2-3|3+|x86|x86_64)"
40
40
echo " "
41
41
echo " "
@@ -111,8 +111,8 @@ if [ "$FOLDER_TYPE" = "main" ] && [ -f "$HOME/main/README.md" ]; then
111
111
curl -k " sftp://frs.sourceforge.net/home/pfs/project/raspberry-pi-cross-compilers/$FOLDER /" -u " $USER_SFTP " :" $PASSWORD_SFTP " -T " $HOME /main/README.md" --ftp-create-dirs
112
112
elif [ " $RPIOS_TYPE " = " bullseye" ]; then
113
113
FOLDER=" Raspberry Pi GCC Cross-Compiler Toolchains/Bullseye"
114
- elif [ " $RPIOS_TYPE " = " stretch " ]; then
115
- FOLDER=" Raspberry Pi GCC Cross-Compiler Toolchains/Stretch "
114
+ elif [ " $RPIOS_TYPE " = " bookworm " ]; then
115
+ FOLDER=" Raspberry Pi GCC Cross-Compiler Toolchains/Bookworm "
116
116
curl -k " sftp://frs.sourceforge.net/home/pfs/project/raspberry-pi-cross-compilers/$FOLDER /" -u " $USER_SFTP " :" $PASSWORD_SFTP " -T " $HOME /main/README.md" --ftp-create-dirs
117
117
else
118
118
echo " Error: Invalid Raspberry OS Type!"
@@ -125,8 +125,8 @@ if [ "$FOLDER_TYPE" = "main" ] && [ -f "$HOME/main/README.md" ]; then
125
125
elif [ " $RPIOS_TYPE " = " bullseye" ]; then
126
126
FOLDER=" Raspberry Pi GCC Native-Compiler Toolchains/Bullseye"
127
127
curl -k " sftp://frs.sourceforge.net/home/pfs/project/raspberry-pi-cross-compilers/$FOLDER /" -u " $USER_SFTP " :" $PASSWORD_SFTP " -T " $HOME /main/README.md" --ftp-create-dirs
128
- elif [ " $RPIOS_TYPE " = " stretch " ]; then
129
- FOLDER=" Raspberry Pi GCC Native-Compiler Toolchains/Stretch "
128
+ elif [ " $RPIOS_TYPE " = " bookworm " ]; then
129
+ FOLDER=" Raspberry Pi GCC Native-Compiler Toolchains/Bookworm "
130
130
curl -k " sftp://frs.sourceforge.net/home/pfs/project/raspberry-pi-cross-compilers/$FOLDER /" -u " $USER_SFTP " :" $PASSWORD_SFTP " -T " $HOME /main/README.md" --ftp-create-dirs
131
131
else
132
132
echo " Error: Invalid Raspberry OS Type!"
@@ -138,7 +138,7 @@ if [ "$FOLDER_TYPE" = "main" ] && [ -f "$HOME/main/README.md" ]; then
138
138
elif [ " $RPIOS_TYPE " = " bullseye" ]; then
139
139
FOLDER=" Bonus Raspberry Pi GCC 64-Bit Toolchains/Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains/Bullseye"
140
140
else
141
- FOLDER=" Bonus Raspberry Pi GCC 64-Bit Toolchains/Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains/Stretch "
141
+ FOLDER=" Bonus Raspberry Pi GCC 64-Bit Toolchains/Raspberry Pi GCC 64-Bit Cross-Compiler Toolchains/Bookworm "
142
142
fi
143
143
curl -k " sftp://frs.sourceforge.net/home/pfs/project/raspberry-pi-cross-compilers/$FOLDER /" -u " $USER_SFTP " :" $PASSWORD_SFTP " -T " $HOME /main/README.md" --ftp-create-dirs
144
144
elif [ " $TOOLCHAIN " = " native_64" ]; then
@@ -147,7 +147,7 @@ if [ "$FOLDER_TYPE" = "main" ] && [ -f "$HOME/main/README.md" ]; then
147
147
elif [ " $RPIOS_TYPE " = " bullseye" ]; then
148
148
FOLDER=" Bonus Raspberry Pi GCC 64-Bit Toolchains/Raspberry Pi GCC 64-Bit Native-Compiler Toolchains/Bullseye"
149
149
else
150
- FOLDER=" Bonus Raspberry Pi GCC 64-Bit Toolchains/Raspberry Pi GCC 64-Bit Native-Compiler Toolchains/Stretch "
150
+ FOLDER=" Bonus Raspberry Pi GCC 64-Bit Toolchains/Raspberry Pi GCC 64-Bit Native-Compiler Toolchains/Bookworm "
151
151
fi
152
152
curl -k " sftp://frs.sourceforge.net/home/pfs/project/raspberry-pi-cross-compilers/$FOLDER /" -u " $USER_SFTP " :" $PASSWORD_SFTP " -T " $HOME /main/README.md" --ftp-create-dirs
153
153
else
0 commit comments