mirror of
https://codeberg.org/B3rtl/Ubuntu-Setup-Skripte
synced 2025-06-28 11:26:08 +02:00
Remove obsolete sudo in root shell mode
This commit is contained in:
parent
8a81d7d99d
commit
54eab1254b
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ sudo -i
|
|||
# Automatisierung
|
||||
###
|
||||
echo ">>> Automatische Installation empfohlener Pakete aktivieren ..."
|
||||
sudo sed -i 's/false/true/g' /etc/apt/apt.conf.d/00recommends
|
||||
sed -i 's/false/true/g' /etc/apt/apt.conf.d/00recommends
|
||||
echo ">>> Besten Spiegelserver für Linux Mint auswählen ..."
|
||||
mint-switch-to-local-mirror
|
||||
echo ">>> Paketquellen aktualisieren ..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue