Skip to content

Commit 12538b3

Browse files
authored
Update install.sh
1 parent 642d9fe commit 12538b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ then
1515
elif type "apt-get" > /dev/null 2>&1
1616
then
1717
# Find Ubuntu python-nautilus package
18-
package_name="python3-nautilus"
18+
package_name="python-nautilus"
1919
found_package=$(apt-cache search --names-only $package_name)
2020
if [ -z "$found_package" ]
2121
then

0 commit comments

Comments
 (0)