mirror of
https://github.com/fergalmoran/flameshot.git
synced 2025-12-22 09:51:06 +00:00
* update README.md * adjust travis-ci packages building * add fedora 29 * change build order
8 lines
94 B
Bash
8 lines
94 B
Bash
#!/bin/bash --
|
|
|
|
set -e
|
|
|
|
if [[ "${EXTEN}" == "other" ]]; then
|
|
travis_retry sudo apt update
|
|
fi
|