mirror of
https://codeberg.org/B3rtl/Ubuntu-Setup-Skripte
synced 2025-06-28 11:26:08 +02:00
Update linux_mint.sh
- removed oem-config and languange selector-common because they are now part of the default installation - increased minor release - updated distro name
This commit is contained in:
parent
94262a819e
commit
59265ca04d
1 changed files with 2 additions and 4 deletions
|
@ -10,7 +10,7 @@ export DEBIAN_FRONTEND=noninteractive
|
||||||
DPKG_CFG_FRAGMENT=/etc/dpkg/dpkg.cfg.d/non-interactive
|
DPKG_CFG_FRAGMENT=/etc/dpkg/dpkg.cfg.d/non-interactive
|
||||||
|
|
||||||
# Linux distro
|
# Linux distro
|
||||||
script_distro='Linux Mint 20.1 - Cinnamon'
|
script_distro='Linux Mint 20.3 (Cinnamon Edition)'
|
||||||
|
|
||||||
# Additional packages
|
# Additional packages
|
||||||
packages=(
|
packages=(
|
||||||
|
@ -60,7 +60,6 @@ packages=(
|
||||||
|
|
||||||
# System management
|
# System management
|
||||||
gparted
|
gparted
|
||||||
oem-config
|
|
||||||
|
|
||||||
# Tools
|
# Tools
|
||||||
f3
|
f3
|
||||||
|
@ -114,7 +113,6 @@ packages=(
|
||||||
yorick
|
yorick
|
||||||
|
|
||||||
# Language support
|
# Language support
|
||||||
language-selector-common
|
|
||||||
openoffice.org-hyphenation
|
openoffice.org-hyphenation
|
||||||
language-pack-ar
|
language-pack-ar
|
||||||
language-pack-gnome-ar
|
language-pack-gnome-ar
|
||||||
|
@ -162,7 +160,7 @@ echo "\
|
||||||
###
|
###
|
||||||
# Maintainer: Computertruhe e. V.
|
# Maintainer: Computertruhe e. V.
|
||||||
# Website: https://computertruhe.de/
|
# Website: https://computertruhe.de/
|
||||||
# Version: 1.1.0
|
# Version: 1.2.0
|
||||||
# Repo: https://codeberg.org/Computertruhe/Setup-Skripte
|
# Repo: https://codeberg.org/Computertruhe/Setup-Skripte
|
||||||
# Distro: ${script_distro}
|
# Distro: ${script_distro}
|
||||||
###
|
###
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue