Answer the question
In order to leave comments, you need to log in
Is it safe to use SUID for a system update script?
I have Ubuntu 18.04 on my home laptop
Wrote a small script that allows you to update the system with one click
#!/bin/bash
apt update >/home/USER_NAME/update.log
apt list --upgradable >/home/USER_NAME/upgradable.log
apt-get -y upgrade >/home/USER_NAME/upgrade.log
Answer the question
In order to leave comments, you need to log in
e.preventDefault();
//you need to hang the handler on the link itself, and not on the picture, etc.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question