|
|
|
@ -21,6 +21,7 @@ remove the configs for the ones that are not the islandora related |
|
|
|
|
|
|
|
|
|
|
|
remove the uuid at the top of each of these files: |
|
|
|
remove the uuid at the top of each of these files: |
|
|
|
`sed -i '1d'` * (this removes the first line of each file which is the uuid) |
|
|
|
`sed -i '1d'` * (this removes the first line of each file which is the uuid) |
|
|
|
|
|
|
|
macos: `sed -i '' '1d' *.yml` |
|
|
|
|
|
|
|
|
|
|
|
change the theme defined in each: |
|
|
|
change the theme defined in each: |
|
|
|
`perl -pi -w -e 's/olivero/vre2024/g;' **/*.*` |
|
|
|
`perl -pi -w -e 's/olivero/vre2024/g;' **/*.*` |
|
|
|
|