mirror of
https://codeberg.org/B3rtl/Ubuntu-Setup-Skripte
synced 2025-06-28 19:36:09 +02:00
Changed to long argument names for better readability
This commit is contained in:
parent
44a238ca73
commit
8a81d7d99d
1 changed files with 7 additions and 7 deletions
|
@ -29,21 +29,21 @@ mint-switch-to-local-mirror
|
||||||
echo ">>> Paketquellen aktualisieren ..."
|
echo ">>> Paketquellen aktualisieren ..."
|
||||||
apt update
|
apt update
|
||||||
echo ">>> System aktualisieren (apt) ..."
|
echo ">>> System aktualisieren (apt) ..."
|
||||||
DEBIAN_FRONTEND=noninteractive apt full-upgrade -y
|
DEBIAN_FRONTEND=noninteractive apt full-upgrade --yes
|
||||||
echo ">>> System aktualisieren (mintupdate-cli) ..."
|
echo ">>> System aktualisieren (mintupdate-cli) ..."
|
||||||
DEBIAN_FRONTEND=noninteractive mintupdate-cli upgrade -y
|
DEBIAN_FRONTEND=noninteractive mintupdate-cli upgrade --yes
|
||||||
echo ">>> Proprietäre Treiber installieren (sofern verfügbar) ..."
|
echo ">>> Proprietäre Treiber installieren (sofern verfügbar) ..."
|
||||||
ubuntu-drivers autoinstall
|
ubuntu-drivers autoinstall
|
||||||
echo ">>> Zusätzliche Software installieren ..."
|
echo ">>> Zusätzliche Software installieren ..."
|
||||||
DEBIAN_FRONTEND=noninteractive apt install 0ad beneath-a-steel-sky billard-gl blobby blockout2 calibre cheese flight-of-the-amazon-queen freeciv frozen-bubble gbrainy gnome-games goldendict gparted gweled hardinfo hedgewars inkscape keepassxc libreoffice lincity-ng lure-of-the-temptress openttd pingus pipewalker playonlinux pokerth shutter steam supertux supertuxkart teeworlds ubuntu-edu-preschool ubuntu-edu-primary ubuntu-edu-secondary ubuntu-edu-tertiary vim wesnoth widelands wine-stable winetricks -y
|
DEBIAN_FRONTEND=noninteractive apt install 0ad beneath-a-steel-sky billard-gl blobby blockout2 calibre cheese flight-of-the-amazon-queen freeciv frozen-bubble gbrainy gnome-games goldendict gparted gweled hardinfo hedgewars inkscape keepassxc libreoffice lincity-ng lure-of-the-temptress openttd pingus pipewalker playonlinux pokerth shutter steam supertux supertuxkart teeworlds ubuntu-edu-preschool ubuntu-edu-primary ubuntu-edu-secondary ubuntu-edu-tertiary vim wesnoth widelands wine-stable winetricks --yes
|
||||||
echo ">>> Sprachpakete 'ar' und 'fa' installieren ..."
|
echo ">>> Sprachpakete 'ar' und 'fa' installieren ..."
|
||||||
apt install language-pack-ar language-pack-gnome-ar language-pack-fa language-pack-gnome-fa -y
|
apt install language-pack-ar language-pack-gnome-ar language-pack-fa language-pack-gnome-fa --yes
|
||||||
echo ">>> Sprachunterstützung vervollständigen ..."
|
echo ">>> Sprachunterstützung vervollständigen ..."
|
||||||
apt install language-selector-common -y
|
apt install language-selector-common --yes
|
||||||
apt install $(check-language-support) -y
|
apt install $(check-language-support) --yes
|
||||||
echo ">>> Unnötige Pakete entfernen ..."
|
echo ">>> Unnötige Pakete entfernen ..."
|
||||||
apt clean
|
apt clean
|
||||||
apt autoremove -y
|
apt autoremove --yes
|
||||||
echo ">>> Rootshell beenden ..."
|
echo ">>> Rootshell beenden ..."
|
||||||
exit
|
exit
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue