mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-11-05 13:14:48 +01:00
v30
This commit is contained in:
parent
7629626ae0
commit
8f7513b103
@ -1,3 +1,3 @@
|
|||||||
## 0.27
|
## 0.30
|
||||||
|
|
||||||
- fix locking issue
|
- prepare for new updates
|
||||||
|
@ -38,9 +38,9 @@ export async function upgrade() {
|
|||||||
|
|
||||||
chmodSync(to, 0o755)
|
chmodSync(to, 0o755)
|
||||||
} else {
|
} else {
|
||||||
w.appendLn('Newer major version available, will not install automatically.')
|
w.done('Newer major version available, will not install automatically.\nDownload: https://github.com/cupcakearmy/autorestic')
|
||||||
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
w.done('All up to date! 🚀')
|
w.done('All up to date! 🚀')
|
||||||
}
|
}
|
||||||
|
@ -17,7 +17,7 @@ import install from './handlers/install'
|
|||||||
import { uninstall } from './handlers/uninstall'
|
import { uninstall } from './handlers/uninstall'
|
||||||
import { upgrade } from './handlers/upgrade'
|
import { upgrade } from './handlers/upgrade'
|
||||||
|
|
||||||
export const VERSION = '0.29'
|
export const VERSION = '0.30'
|
||||||
export const INSTALL_DIR = '/usr/local/bin'
|
export const INSTALL_DIR = '/usr/local/bin'
|
||||||
|
|
||||||
let requireConfig: boolean = true
|
let requireConfig: boolean = true
|
||||||
|
Loading…
Reference in New Issue
Block a user