Adjust window size & Add some more dev choices
This commit is contained in:
parent
8f21775544
commit
1182abaeb6
2 changed files with 28 additions and 10 deletions
|
@ -108,7 +108,7 @@ function upgrade2ultimate
|
||||||
--title="Upgrade to ULTIMATE" \
|
--title="Upgrade to ULTIMATE" \
|
||||||
--window-icon='update' \
|
--window-icon='update' \
|
||||||
--text "There are a lot of office suites to choose from!" \
|
--text "There are a lot of office suites to choose from!" \
|
||||||
--geometry=600x400 \
|
--geometry=600x500 \
|
||||||
--list \
|
--list \
|
||||||
--checklist \
|
--checklist \
|
||||||
--column=Install \
|
--column=Install \
|
||||||
|
@ -192,7 +192,7 @@ function upgrade2ultimate
|
||||||
--title="Upgrade to ULTIMATE" \
|
--title="Upgrade to ULTIMATE" \
|
||||||
--window-icon='update' \
|
--window-icon='update' \
|
||||||
--text "Some general internet applications?" \
|
--text "Some general internet applications?" \
|
||||||
--geometry=600x400 \
|
--geometry=600x500 \
|
||||||
--list \
|
--list \
|
||||||
--checklist \
|
--checklist \
|
||||||
--column=Install \
|
--column=Install \
|
||||||
|
@ -245,7 +245,7 @@ function upgrade2ultimate
|
||||||
--title="Upgrade to ULTIMATE" \
|
--title="Upgrade to ULTIMATE" \
|
||||||
--window-icon='update' \
|
--window-icon='update' \
|
||||||
--text "Do you need communication software?" \
|
--text "Do you need communication software?" \
|
||||||
--geometry=600x400 \
|
--geometry=600x500 \
|
||||||
--list \
|
--list \
|
||||||
--checklist \
|
--checklist \
|
||||||
--column=Install \
|
--column=Install \
|
||||||
|
@ -292,7 +292,7 @@ function upgrade2ultimate
|
||||||
--title="Upgrade to ULTIMATE" \
|
--title="Upgrade to ULTIMATE" \
|
||||||
--window-icon='update' \
|
--window-icon='update' \
|
||||||
--text "Mail clients:" \
|
--text "Mail clients:" \
|
||||||
--geometry=600x400 \
|
--geometry=600x500 \
|
||||||
--list \
|
--list \
|
||||||
--checklist \
|
--checklist \
|
||||||
--column=Install \
|
--column=Install \
|
||||||
|
@ -321,7 +321,7 @@ function upgrade2ultimate
|
||||||
--title="Upgrade to ULTIMATE" \
|
--title="Upgrade to ULTIMATE" \
|
||||||
--window-icon='update' \
|
--window-icon='update' \
|
||||||
--text "What about audio software?" \
|
--text "What about audio software?" \
|
||||||
--geometry=600x400 \
|
--geometry=600x500 \
|
||||||
--list \
|
--list \
|
||||||
--checklist \
|
--checklist \
|
||||||
--column=Install \
|
--column=Install \
|
||||||
|
@ -373,7 +373,7 @@ function upgrade2ultimate
|
||||||
--title="Upgrade to ULTIMATE" \
|
--title="Upgrade to ULTIMATE" \
|
||||||
--window-icon='update' \
|
--window-icon='update' \
|
||||||
--text "What about video software?" \
|
--text "What about video software?" \
|
||||||
--geometry=600x400 \
|
--geometry=600x500 \
|
||||||
--list \
|
--list \
|
||||||
--checklist \
|
--checklist \
|
||||||
--column=Install \
|
--column=Install \
|
||||||
|
@ -412,7 +412,7 @@ function upgrade2ultimate
|
||||||
--title="Upgrade to ULTIMATE" \
|
--title="Upgrade to ULTIMATE" \
|
||||||
--window-icon='update' \
|
--window-icon='update' \
|
||||||
--text "What about graphics software?" \
|
--text "What about graphics software?" \
|
||||||
--geometry=600x400 \
|
--geometry=600x500 \
|
||||||
--list \
|
--list \
|
||||||
--checklist \
|
--checklist \
|
||||||
--column=Install \
|
--column=Install \
|
||||||
|
@ -464,7 +464,7 @@ function upgrade2ultimate
|
||||||
--title="Upgrade to ULTIMATE" \
|
--title="Upgrade to ULTIMATE" \
|
||||||
--window-icon='update' \
|
--window-icon='update' \
|
||||||
--text "What about multimedia software?" \
|
--text "What about multimedia software?" \
|
||||||
--geometry=600x400 \
|
--geometry=600x500 \
|
||||||
--list \
|
--list \
|
||||||
--checklist \
|
--checklist \
|
||||||
--column=Install \
|
--column=Install \
|
||||||
|
@ -535,7 +535,7 @@ function upgrade2ultimate
|
||||||
--title="Upgrade to ULTIMATE" \
|
--title="Upgrade to ULTIMATE" \
|
||||||
--window-icon='update' \
|
--window-icon='update' \
|
||||||
--text "Are you a developer who needs one of these?" \
|
--text "Are you a developer who needs one of these?" \
|
||||||
--geometry=600x400 \
|
--geometry=600x500 \
|
||||||
--list \
|
--list \
|
||||||
--checklist \
|
--checklist \
|
||||||
--column=Install \
|
--column=Install \
|
||||||
|
@ -562,6 +562,18 @@ function upgrade2ultimate
|
||||||
if grep -R "GitHub" /tmp/setup-assistant/development.txt; then
|
if grep -R "GitHub" /tmp/setup-assistant/development.txt; then
|
||||||
echo "github-desktop-bin" >> /tmp/setup-assistant/pkgs.txt
|
echo "github-desktop-bin" >> /tmp/setup-assistant/pkgs.txt
|
||||||
fi
|
fi
|
||||||
|
if grep -R "Plasma SDK" /tmp/setup-assistant/development.txt; then
|
||||||
|
echo "plasma-sdk" >> /tmp/setup-assistant/pkgs.txt
|
||||||
|
fi
|
||||||
|
if grep -R "Android Studio" /tmp/setup-assistant/development.txt; then
|
||||||
|
echo "android-studio
|
||||||
|
android-studio-launcher" >> /tmp/setup-assistant/pkgs.txt
|
||||||
|
fi
|
||||||
|
if grep -R "Docker" /tmp/setup-assistant/development.txt; then
|
||||||
|
echo "docker
|
||||||
|
docker-compose" >> /tmp/setup-assistant/pkgs.txt
|
||||||
|
echo "sudo systemctl enable --now docker" >> /tmp/setup-assistant/setup_root.sh
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
yad \
|
yad \
|
||||||
|
@ -610,7 +622,7 @@ if ! yad \
|
||||||
--button=Yes:1 \
|
--button=Yes:1 \
|
||||||
--text-align=center \
|
--text-align=center \
|
||||||
--center \
|
--center \
|
||||||
--text "Do you want to get a recent mirrorlist and refresh mirrors?"; then
|
--text "Do you want to get a recent mirrorlist?"; then
|
||||||
reflector-simple >/dev/null 2>&1
|
reflector-simple >/dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,12 @@ IntelliJ-IDEA (Community Edition)
|
||||||
false
|
false
|
||||||
PyCharm (Community Edition)
|
PyCharm (Community Edition)
|
||||||
false
|
false
|
||||||
|
Android Studio
|
||||||
|
false
|
||||||
|
Docker and docker-compose
|
||||||
|
false
|
||||||
|
Plasma SDK
|
||||||
|
false
|
||||||
QtCreator
|
QtCreator
|
||||||
false
|
false
|
||||||
No development software
|
No development software
|
Loading…
Reference in a new issue