mirror of
https://github.com/Lorenzooone/cc3dsfs.git
synced 2026-09-12 02:25:28 -05:00
Automate rpi_mono_setup creation
This commit is contained in:
1
setup_scripts/install_usb_rules.sh
Executable file
1
setup_scripts/install_usb_rules.sh
Executable file
@@ -0,0 +1 @@
|
||||
cp *.rules /etc/udev/rules.d/
|
||||
@@ -3,7 +3,6 @@ framework_change_pos() {
|
||||
}
|
||||
cp -R ${2} ${3}
|
||||
framework_change_pos ${1} 'freetype'
|
||||
framework_change_pos ${1} 'OpenAL'
|
||||
framework_change_pos ${1} 'vorbisenc'
|
||||
framework_change_pos ${1} 'vorbisfile'
|
||||
framework_change_pos ${1} 'FLAC'
|
||||
|
||||
14
setup_scripts/rpi_mono_setup_setup.sh
Executable file
14
setup_scripts/rpi_mono_setup_setup.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
unzip -o cc3dsfs_linux_pi32.zip
|
||||
unzip -o cc3dsfs_linux_pi64.zip
|
||||
EXTRACTION_FOLDER="cc3dsfs_linux_pi"
|
||||
RPI_SETUP_FOLDER="rpi_setup"
|
||||
mkdir -p ${RPI_SETUP_FOLDER}/files/Desktop/cc3dsfs_versions
|
||||
mkdir -p ${RPI_SETUP_FOLDER}/files/usr/lib/udev/rules.d
|
||||
cp ${EXTRACTION_FOLDER}32/cc3dsfs ${RPI_SETUP_FOLDER}/files/Desktop/cc3dsfs_versions/cc3dsfs_32
|
||||
cp ${EXTRACTION_FOLDER}64/cc3dsfs ${RPI_SETUP_FOLDER}/files/Desktop/cc3dsfs_versions/cc3dsfs_64
|
||||
cp -r "${EXTRACTION_FOLDER}32/other licenses" "${RPI_SETUP_FOLDER}/files/Desktop/other licenses"
|
||||
cp ${EXTRACTION_FOLDER}32/*.rules ${RPI_SETUP_FOLDER}/files/usr/lib/udev/rules.d
|
||||
cp ${EXTRACTION_FOLDER}32/LICENSE ${RPI_SETUP_FOLDER}/files/Desktop
|
||||
cp ${EXTRACTION_FOLDER}32/README.md ${RPI_SETUP_FOLDER}/files/Desktop
|
||||
$(cd ${RPI_SETUP_FOLDER} ; zip -ry cc3dsfs_rpi_mono_setup.zip ./*)
|
||||
cp ${RPI_SETUP_FOLDER}/cc3dsfs_rpi_mono_setup.zip .
|
||||
0
setup_scripts/windows_setup_ftd2xx.sh
Normal file → Executable file
0
setup_scripts/windows_setup_ftd2xx.sh
Normal file → Executable file
0
setup_scripts/windows_setup_ftd2xx_dll.bat
Normal file → Executable file
0
setup_scripts/windows_setup_ftd2xx_dll.bat
Normal file → Executable file
0
setup_scripts/windows_setup_ftd2xx_dll.sh
Normal file → Executable file
0
setup_scripts/windows_setup_ftd2xx_dll.sh
Normal file → Executable file
0
setup_scripts/windows_setup_ftd3xx.sh
Normal file → Executable file
0
setup_scripts/windows_setup_ftd3xx.sh
Normal file → Executable file
0
setup_scripts/windows_setup_ftd3xx_dll.bat
Normal file → Executable file
0
setup_scripts/windows_setup_ftd3xx_dll.bat
Normal file → Executable file
0
setup_scripts/windows_setup_ftd3xx_dll.sh
Normal file → Executable file
0
setup_scripts/windows_setup_ftd3xx_dll.sh
Normal file → Executable file
0
setup_scripts/windows_setup_ftd3xx_winusb.bat
Normal file → Executable file
0
setup_scripts/windows_setup_ftd3xx_winusb.bat
Normal file → Executable file
0
setup_scripts/windows_setup_ftd3xx_winusb.sh
Normal file → Executable file
0
setup_scripts/windows_setup_ftd3xx_winusb.sh
Normal file → Executable file
0
setup_scripts/windows_setup_ftd3xx_winusb_dll.bat
Normal file → Executable file
0
setup_scripts/windows_setup_ftd3xx_winusb_dll.bat
Normal file → Executable file
0
setup_scripts/windows_setup_ftd3xx_winusb_dll.sh
Normal file → Executable file
0
setup_scripts/windows_setup_ftd3xx_winusb_dll.sh
Normal file → Executable file
Reference in New Issue
Block a user