We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 642d9fe commit 12538b3Copy full SHA for 12538b3
install.sh
@@ -15,7 +15,7 @@ then
15
elif type "apt-get" > /dev/null 2>&1
16
then
17
# Find Ubuntu python-nautilus package
18
- package_name="python3-nautilus"
+ package_name="python-nautilus"
19
found_package=$(apt-cache search --names-only $package_name)
20
if [ -z "$found_package" ]
21
0 commit comments