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
|
%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
|
||||||
|
Loading…
Reference in New Issue
Block a user