mirror of
https://github.com/tuna/tunasync.git
synced 2025-06-15 05:52:43 +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"
|
||||
YUM_PATH="${BASE_PATH}/yum"
|
||||
|
||||
UBUNTU_VERSIONS=("trusty" "utopic" "vivid" "wily")
|
||||
DEBIAN_VERSIONS=("wheezy" "jessie" "stretch")
|
||||
UBUNTU_VERSIONS=("trusty")
|
||||
DEBIAN_VERSIONS=("wheezy" "jessie")
|
||||
|
||||
mkdir -p $UBUNTU_PATH $DEBIAN_PATH $YUM_PATH
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user