You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rpm/pengwin-setup.d/gui.sh
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -12,14 +12,9 @@ function main() {
12
12
local menu_choice=$(
13
13
14
14
menu --title "GUI Menu" --checklist --separate-output "Install an X server or various other GUI applications\n[SPACE to select, ENTER to confirm]:" 17 99 9 \
15
-
#"NLI" "Install fcitx or iBus for improved non-Latin input support" off \
16
15
"GUILIB""Install a base set of libraries for GUI applications" off \
17
16
"HIDPI""Configure Qt and GTK for HiDPI displays" off \
18
-
#"STARTMENU" "Generates Windows Start Menu shortcuts for GUI applications" off \
19
-
#"TERMINAL" "Install Terminals on Windows or WSL for using WSL" off \
20
-
#"SYNAPTIC" "Install the Synaptic package manager" off \
21
17
"VCXSRV""Install the VcXsrv open source X-server" off \
22
-
#"WINTHEME" "Install a Windows 10 theme along with the LXAppearance theme switcher " off \
23
18
"X410""Configure X410 to start on Pengwin launch or view a link to install it" off \
Copy file name to clipboardExpand all lines: rpm/pengwin-setup.d/uninstall.sh
-34Lines changed: 0 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -13,43 +13,9 @@ function main() {
13
13
local menu_choice=$(
14
14
15
15
menu --title "Uninstall Menu" --checklist --separate-output "Uninstall applications and packages installed by pengwin-setup\n[SPACE to select, ENTER to confirm]:" 20 95 12 \
16
-
#"ANSIBLE" "Remove Ansible Playbook deployment tools" off \
17
-
#"AWS" "Remove AWS CLI tools" off \
18
-
#"AZURE" "Remove Azure CLI tools" off \
19
-
#"BASH-RL" "Remove optimized Bash readline settings" off \
20
-
#"C++" "Remove Linux C/C++ programming support in Visual Studio and CLion " off \
21
-
#"CASSANDRA" "Remove Cassandra NoSQL server" off \
22
-
#"COLORTOOL" "Remove ColorTool console color scheme setter" off \
23
-
#"DO" "Remove Digital Ocean CLI tools" off \
24
-
#"DOCKER" "Remove secure bridge between Pengwin and Docker Desktop" off \
25
-
#"DOTNET" "Remove Microsoft's .NET Core SDK and NuGet (if installed)" off \
26
-
#"FCITX" "Remove all fcitx improved non-Latin input support" off \
27
-
#"FISH" "Remove FISH Shell" off \
28
-
#"GO" "Remove Go language" off \
29
16
"GUILIB""Remove base GUI application libraries" off \
30
17
"HIDPI""Remove Qt and GTK HiDPI modifications" off \
31
-
#"HOMEBREW" "Remove the Homebrew package manager" off \
32
-
#"IBM" "Remove IBM Cloud CLI tools" off \
33
-
#"IBUS" "Remove all ibus improved non-Latin input support" off \
34
-
#"JAVA" "Remove SDKMan its installed Java SDKs" off \
35
-
#"KEYCHAIN" "Remove Keychain OpenSSH key manager" off \
36
-
#"KUBERNETES" "Remove Kubernetes tooling" off \
37
-
#"LAMP" "Remove LAMP stack" off \
38
-
#"NIM" "Remove choosenim and any installed Nim components" off \
39
-
#"NODEJS" "Remove Node.js, npm and Yarn (if installed)" off \
40
-
#"OPENSTACK" "Remove OpenStack CLI tools" off \
41
-
#"POWERSHELL" "Remove Powershell for Linux" off \
42
-
#"PYENV" "Remove pyenv, its Python version(s) and modules" off \
43
-
#"RCLOCAL" "Remove rclocal support (the file /etc/rc.local) is kept" off \
44
-
#"RUBY" "Remove rbenv, Ruby version(s) and Rails (if installed)" off \
45
-
#"RUST" "Remove Rust and rustup toolchain installer" off \
46
-
#"STARTMENU" "Remove all Pengwin generated Windows Start Menu shortcuts" off \
47
-
#"SSH" "Remove SSH server" off \
48
-
#"TERRAFORM" "Remove Terraform CLI tools" off \
49
18
"VCXSRV""Remove VcXsrv X-server" off \
50
-
#"VSCODE" "Remove Visual Studio Code for Linux" off \
51
-
#"WINTHEME" "Remove Windows 10 theme and LXAppearance" off \
0 commit comments