diff --git a/CHANGELOG.md b/CHANGELOG.md index 7505790..cf37820 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # Changelog +## [0.8.2] - 2025-06-01 + +### Changed + +- Modified sudoersfile to start torrent ## [0.8.1] - 2025-04-01 diff --git a/etc/opengnsys-repository b/etc/opengnsys-repository index 6c196e5..6aa6b06 100644 --- a/etc/opengnsys-repository +++ b/etc/opengnsys-repository @@ -25,5 +25,7 @@ Cmnd_Alias KILL_BT = \ /usr/bin/pkill -9 bttrack, \ /usr/bin/kill -9 * +Cmnd_Alias PYTHON_OGREPO = /usr/bin/python3 /opt/opengnsys/ogrepository/bin/* + # Permitir al usuario opengnsys ejecutar estos comandos sin contraseƱa -opengnsys ALL=(root) NOPASSWD: MOUNT_RECOVERY, CHROOT_GRUB, LOOP_KPARTX, KILL_BT +opengnsys ALL=(root) NOPASSWD: MOUNT_RECOVERY, CHROOT_GRUB, LOOP_KPARTX, KILL_BT, PYTHON_OGREPO