mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2025-09-02 08:40:39 +00:00
add arm for darwin
This commit is contained in:
@@ -120,7 +120,9 @@ func upgradeRestic() error {
|
||||
func Upgrade(restic bool) error {
|
||||
// Upgrade restic
|
||||
if restic {
|
||||
InstallRestic()
|
||||
if err := InstallRestic(); err != nil {
|
||||
colors.Error.Println(err)
|
||||
}
|
||||
upgradeRestic()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user