[skip ci] fix apt upgrade with apt-get
This commit is contained in:
parent
49a4a8311f
commit
c9aea931b6
1 changed files with 1 additions and 1 deletions
|
@ -38,5 +38,5 @@ fun Prov.installFirefox() = task {
|
||||||
)
|
)
|
||||||
|
|
||||||
aptInstall("firefox")
|
aptInstall("firefox")
|
||||||
cmd("apt upgrade -y firefox", sudo = true)
|
cmd("apt-get upgrade -y firefox", sudo = true)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue