Usa lattuga come server

This commit is contained in:
Paride Legovini 2017-01-16 17:35:26 +01:00
parent b7796bd3a2
commit 220f76bb27

View file

@ -1,7 +1,7 @@
#!/bin/bash
sed -i s/co\.copperhead\.noise/im\.cable\/ build.gradle
sed -i s/Noise/Cable/ res/layout/reminder_header.xml
sed -i 's/co\.copperhead\.noise/im\.cable/' build.gradle
sed -i 's/Noise/Cable/' res/layout/reminder_header.xml
find res -iname '*.xml' -exec sed -i '
s/Noise /Cable /g;
@ -13,3 +13,5 @@ s/Noise\./Cable\./g;
s/Noise\\/Cable\\/g;
s/Noise:/Cable:/g;
s/Noise$/Cable/g' {} +
sed -i 's|https://textsecure-service\.whispersystems\.org|https://139\.162\.192\.233:8080|' build.gradle