mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-21 03:15:16 +00:00
Back off on the specificity for git installation
Version number got bumped, nothing was being installed.
This commit is contained in:
parent
cdf6e90dd5
commit
7783433369
@ -341,7 +341,14 @@ jobs:
|
||||
name: "Install Git"
|
||||
command: |
|
||||
slackpkg update
|
||||
slackpkg install openssh-7.4p1 git-2.14.4 </dev/null
|
||||
|
||||
# Be careful with slackpkg. If the package name given doesn't
|
||||
# match anything, slackpkg still claims to succeed but you're
|
||||
# totally screwed. Slackware updates versions of packaged
|
||||
# software so including too much version prefix is a good way to
|
||||
# have your install commands suddenly begin not installing
|
||||
# anything.
|
||||
slackpkg install openssh-7 git-2 </dev/null
|
||||
|
||||
- "checkout"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user