We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4ce7e9 commit 50533b0Copy full SHA for 50533b0
install.sh
@@ -47,7 +47,7 @@ rm -f ~/.local/share/nautilus-python/extensions/code-nautilus.py
47
48
# Download and install the extension
49
echo "Downloading newest version..."
50
-wget --show-progress -q -O ~/.local/share/nautilus-python/extensions/code-nautilus.py https://raw.githubusercontent.com/cra0zy/code-nautilus/master/code-nautilus.py
+wget --show-progress -q -O ~/.local/share/nautilus-python/extensions/code-nautilus.py https://raw.githubusercontent.com/harry-cpp/code-nautilus/master/code-nautilus.py
51
52
# Restart nautilus
53
echo "Restarting nautilus..."
0 commit comments