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:
@@ -142,8 +142,7 @@ Passphrase: PassPhrase123
|
|||||||
%commit
|
%commit
|
||||||
%echo done
|
%echo done
|
||||||
EOF
|
EOF
|
||||||
|
if [ "$TRAVIS_RUN" == true ]; then
|
||||||
if TRAVIS_RUN=true
|
|
||||||
if type apt-get > /dev/null 2>&1; then
|
if type apt-get > /dev/null 2>&1; then
|
||||||
sudo apt-get install rng-tools
|
sudo apt-get install rng-tools
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user