removed full-desktop profile
This commit is contained in:
@@ -7,7 +7,7 @@ echo " => Packages"
|
||||
echo
|
||||
|
||||
# Localization
|
||||
if [ $profile = desktop ] || [ $profile = full-desktop ]; then
|
||||
if [ $profile = desktop ]; then
|
||||
echo "What is your language code for localization packages ? (eg. de, en-gb, fr)"
|
||||
read -p "> " lang
|
||||
fi
|
||||
@@ -21,21 +21,21 @@ base="git
|
||||
|
||||
server=""
|
||||
|
||||
desktop="gnome-core gnome-console
|
||||
desktop="gimp
|
||||
gnome-console
|
||||
gnome-core
|
||||
gnome-shell-extension-caffeine
|
||||
gnome-shell-extension-tiling-assistant
|
||||
gnome-themes-extra
|
||||
gnome-tweaks
|
||||
gufw
|
||||
libreoffice
|
||||
libreoffice-gnome
|
||||
libreoffice-l10n-$lang
|
||||
firefox-esr
|
||||
firefox-esr-l10n-$lang
|
||||
papirus-icon-theme"
|
||||
|
||||
applications="firefox-esr
|
||||
firefox-esr-l10n-$lang
|
||||
gimp
|
||||
libreoffice
|
||||
libreoffice-gnome
|
||||
libreoffice-l10n-$lang"
|
||||
|
||||
if [ $profile = server ]; then
|
||||
pkgs="$base
|
||||
$server"
|
||||
@@ -46,12 +46,6 @@ if [ $profile = desktop ]; then
|
||||
$desktop"
|
||||
fi
|
||||
|
||||
if [ $profile = full-desktop ]; then
|
||||
pkgs="$base
|
||||
$desktop
|
||||
$applications"
|
||||
fi
|
||||
|
||||
# Check updates
|
||||
apt-get update && apt-get upgrade -y
|
||||
echo
|
||||
|
||||
Reference in New Issue
Block a user