summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xremote/setup_target3
1 files changed, 3 insertions, 0 deletions
diff --git a/remote/setup_target b/remote/setup_target
index 281f91bd..c19113df 100755
--- a/remote/setup_target
+++ b/remote/setup_target
@@ -65,12 +65,15 @@ initial_checks () {
case "$SYS_DISTRIBUTION" in
ubuntu|debian)
PACKET_MANAGER="apt"
+ PACKET_HANDLER="dpkg"
;;
opensuse)
PACKET_MANAGER="zypper"
+ PACKET_HANDLER="rpm"
;;
scientific)
PACKET_MANAGER="yum"
+ PACKET_HANDLER="rpm"
;;
*)
perror "Unknown Distribution: $SYS_DISTRIBUTION - Please specify its packet manager in remote/setup_target"