mirror of
https://github.com/tuna/tunasync.git
synced 2025-06-15 14:12:47 +00:00
WTF, only LTS versions was supported by GitLab
This commit is contained in:
parent
6da2a10e5a
commit
8e98b798bf
@ -7,8 +7,8 @@ BASE_PATH="${TUNASYNC_WORKING_DIR}"
|
|||||||
APT_PATH="${BASE_PATH}/apt"
|
APT_PATH="${BASE_PATH}/apt"
|
||||||
YUM_PATH="${BASE_PATH}/yum"
|
YUM_PATH="${BASE_PATH}/yum"
|
||||||
|
|
||||||
UBUNTU_VERSIONS=("trusty" "utopic" "vivid" "wily")
|
UBUNTU_VERSIONS=("trusty")
|
||||||
DEBIAN_VERSIONS=("wheezy" "jessie" "stretch")
|
DEBIAN_VERSIONS=("wheezy" "jessie")
|
||||||
|
|
||||||
mkdir -p $UBUNTU_PATH $DEBIAN_PATH $YUM_PATH
|
mkdir -p $UBUNTU_PATH $DEBIAN_PATH $YUM_PATH
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user