mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-22 17:41:32 -05:00
Remove sudo
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
c479d1a5cb
commit
2c6cd3cd17
@ -24,7 +24,7 @@ output(){
|
|||||||
systemctl mask debug-shell.service
|
systemctl mask debug-shell.service
|
||||||
|
|
||||||
## Avoid phased updates
|
## Avoid phased updates
|
||||||
curl https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/apt/apt.conf.d/99sane-upgrades | sudo tee /etc/apt/apt.conf.d/99sane-upgrades
|
curl https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/apt/apt.conf.d/99sane-upgrades | tee /etc/apt/apt.conf.d/99sane-upgrades
|
||||||
chmod 644 /etc/apt/apt.conf.d/99sane-upgrades
|
chmod 644 /etc/apt/apt.conf.d/99sane-upgrades
|
||||||
|
|
||||||
# Setup NTS
|
# Setup NTS
|
||||||
|
Loading…
Reference in New Issue
Block a user