5 lines
204 B
Bash
Executable File
5 lines
204 B
Bash
Executable File
#!/bin/bash
|
|
cp -r --preserve=links /usr/share/tilix $WORK_DIR/AppDir/usr/share/
|
|
|
|
wget https://thomasbriffard.com/public/tilix-couleurs.json -O $WORK_DIR/AppDir/usr/share/tilix/schemes/tilix-custom.json
|