1
0
mirror of https://github.com/deajan/obackup.git synced 2026-02-05 22:55:14 +01:00

Never code bash and python at the same time

This commit is contained in:
deajan
2019-01-14 15:34:08 +01:00
parent ead5712c90
commit 3fccc45ac7

View File

@@ -142,8 +142,7 @@ Passphrase: PassPhrase123
%commit
%echo done
EOF
if TRAVIS_RUN=true
if [ "$TRAVIS_RUN" == true ]; then
if type apt-get > /dev/null 2>&1; then
sudo apt-get install rng-tools
fi