This commit is contained in:
Zsolt Ero
2025-09-18 03:14:02 +02:00
parent 0330f775b8
commit b068aacca1

View File

@@ -71,7 +71,7 @@ def pkg_base(c):
apt_get_install(c, ' '.join(pkg_list)) apt_get_install(c, ' '.join(pkg_list))
c.sudo('ln -s $(which fdfind) /usr/local/bin/fd', warn=True) c.sudo('ln -snf $(which fdfind) /usr/local/bin/fd', warn=True)
def pkg_upgrade(c): def pkg_upgrade(c):