Skip to content

Commit

Permalink
Set wsl apps.
Browse files Browse the repository at this point in the history
  • Loading branch information
Knucklessg1 committed May 12, 2023
1 parent fe821b9 commit e6a78b3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions systems_manager/systems_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,22 @@ def set_applications(self, applications):
"RevoUninstaller.RevoUninstaller", "Valve.Steam", "WiresharkFoundation.Wireshark",
"Emulationstation.Emulationstation", "Libretro.RetroArch"
]
else:
print("Set all apps")
self.applications = [
"atomicparsley", "audacity", "curl", "dialog", "discord", "docker", "dos2unix", "enscript",
"ffmpeg", "fstab", "gimp", "git",
"gnome-shell", "rustc",
"ubuntu-gnome-desktop", "gnome-theme", "gnucobol", "ghostscript", "gparted", "gramps", "jq", "kexi",
"kvm", "lm-sensors", "mediainfo", "mkvtoolnix", "neofetch", "nfs-common", "nfs-kernel-server",
"net-tools",
"openjdk-8-jdk", "nmap", "openssh-server", "openvpn", "preload", "poppler-utils", "python3",
"python3-is-python", "pycharm", "rygel", "samba", "samba-common", "smbclient samba-common-bin",
"smbclient", "cifs-utils", "scrcpy", "sysstat", "net-tools", "numactl",
"linux-tools-common", "steam", "startup-disk-creator", "update-manager", "synaptic", "telegram",
"tesseract", "tigervnc", "tmux", "transmission", "translate-shell", "trash-cli", "tree", "unzip",
"udisks2", "vlc", "wine", "wireshark", "wget", "xdotool", "xpaint", "xsel", "yq"
]
else:
self.applications = applications

Expand Down

0 comments on commit e6a78b3

Please sign in to comment.