We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 710884d commit 46e949cCopy full SHA for 46e949c
1 file changed
nemo-share/src/install-samba
@@ -9,12 +9,12 @@ import os
9
import pwd
10
import subprocess
11
12
-import mintcommon.aptdaemon
+import aptkit.simpleclient
13
14
class Main:
15
def __init__(self, user):
16
self.user = user
17
- self.apt = mintcommon.aptdaemon.APT()
+ self.apt = aptkit.simpleclient.SimpleAPTClient()
18
self.apt.set_finished_callback(self.on_install_finished)
19
self.apt.install_packages(["samba"])
20
0 commit comments