mirror of
https://github.com/deajan/obackup.git
synced 2024-11-15 04:03:41 +01:00
Never code bash and python at the same time
This commit is contained in:
parent
ead5712c90
commit
3fccc45ac7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user