mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-05-19 22:08:15 -04:00
Fix dev install not being able to be upgraded
This commit is contained in:
@@ -152,7 +152,7 @@ public class AppInstaller {
|
||||
runinstaller() {
|
||||
echo "Installing downloaded .deb installer ..."
|
||||
echo "+ sudo apt install \\"%s\\""
|
||||
DEBIAN_FRONTEND=noninteractive sudo apt install -y "%s" || return 1
|
||||
DEBIAN_FRONTEND=noninteractive sudo apt install --allow-downgrades -y "%s" || return 1
|
||||
%s || return 1
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user