This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
#################### | |
# SETUP THEN REBOOT | |
export BRANCH=dev-3.x-gitian | |
export GITIAN_SIGNER=einalex | |
git clone https://github.com/syscoin/syscoin | |
pushd syscoin | |
git checkout $BRANCH | |
git pull | |
popd |
I hereby claim:
- I am einalex on github.
- I am einalex (https://keybase.io/einalex) on keybase.
- I have a public key whose fingerprint is 6345 3222 81D9 5E8B 781C A615 8914 C846 E30B E5FA
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
metaflac --add-replay-gain *.flac |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shntool split -f filename.cue -o flac filename.flac |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dpkg --get-selections > selections.txt | |
dpkg --set-selections < selections.txt | |
dselect update | |
apt-get dselect-upgrade |