diff --git a/README.md b/README.md index 255b265..931f7fb 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is an easy to use compressed unprivileged Linux container packed into a single executable that works on most Linux distros. It's designed to be as simple and user-friendly as possible. You can use it to run any applications, including games (Vulkan and OpenGL). -In its default configuration it includes, among others, these apps: Wine-Staging-TkG, Steam, Lutris, PlayOnLinux, GameHub, Minigalaxy, Legendary, Bottles, MultiMC, RetroArch, PPSSPP, PCSX2, OBS Studio, OpenJDK, Firefox. You can install any other applications or run locally installed apps. +In its default configuration it includes, among others, these apps: Wine-Staging-TkG, Steam, Lutris, GameHub, Minigalaxy, Legendary, Bottles, MultiMC, RetroArch, PPSSPP, PCSX2, OBS Studio, OpenJDK, Firefox. You can install any other applications or run locally installed apps. Besides, Conty supports true filesystem and X11 sandboxing, so you can even use it to isolate applications. diff --git a/create-arch-bootstrap.sh b/create-arch-bootstrap.sh index a91419f..de77095 100755 --- a/create-arch-bootstrap.sh +++ b/create-arch-bootstrap.sh @@ -136,10 +136,10 @@ export packagelist="${audio_pkgs} ${video_pkgs} ${wine_pkgs} \ mpv geany pcmanfm ppsspp dolphin-emu git wget htop qbittorrent \ speedcrunch gpicview file-roller xorg-xwayland steam-native-runtime \ meson mingw-w64-gcc gamemode lib32-gamemode cmake jre-openjdk \ - playonlinux lxterminal steamtinkerlaunch mangohud lib32-mangohud \ + lxterminal steamtinkerlaunch mangohud lib32-mangohud qt6-wayland \ wayland lib32-wayland qt5-wayland retroarch python-magic-ahupp \ xorg-server-xephyr openbox obs-studio gamehub minigalaxy legendary \ - gamescope-git pcsx2 multimc5 youtube-dl bottles qt6-wayland" + gamescope-git pcsx2 multimc5 youtube-dl bottles" wget -q --show-progress -O chaotic-keyring.pkg.tar.zst 'https://mirrors.fossho.st/garuda/repos/chaotic-aur/x86_64/chaotic-keyring-20220514-1-any.pkg.tar.zst' wget -q --show-progress -O chaotic-mirrorlist.pkg.tar.zst 'https://mirrors.fossho.st/garuda/repos/chaotic-aur/x86_64/chaotic-mirrorlist-20220504-2-any.pkg.tar.zst'