Skip to content

Commit 202d14c

Browse files
committed
Try to fix new steam install by removing it
- Need to format the system to test again -_-
1 parent 94609ba commit 202d14c

File tree

3 files changed

+20
-22
lines changed

3 files changed

+20
-22
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ These packages will be installed in Arch and Fedora Desktop versions:
175175
| scrcpy | ✔️ ||
176176
| slack | ✔️ Snap ||
177177
| spotify-adblock-git | ✔️ AUR ||
178-
| steam steam-native-runtime | ✔️ ||
179178
| svp | ✔️ AUR ||
180179
| vlc | ✔️ ||
181180
| snapd yay | ✔️ | ✔️ |

src/lib/arch-base-script.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function install_package_managers() {
2020
makepkg --syncdeps --install --clean --noconfirm
2121
popd || exit
2222
sudo systemctl enable --now snapd.socket # Enable Snap Socket
23-
sudo ln -s /var/lib/snapd/snap /snap # Link Snap directory to /snap
23+
sudo ln -s /var/lib/snapd/snap /snap # Link Snap directory to /snap (enables classic support)
2424
echo "Snap will work only after loggin' out and in"
2525

2626
echo_caption "Enabling Flatpak"

src/scripts/arch-script.sh

+19-20
Original file line numberDiff line numberDiff line change
@@ -144,26 +144,25 @@ function install_packages_arch() {
144144
local arch_pacman_apps=(
145145
"adobe-source-han-sans-cn-fonts adobe-source-han-sans-hk-fonts adobe-source-han-sans-jp-fonts adobe-source-han-sans-kr-fonts adobe-source-han-sans-otc-fonts adobe-source-han-sans-tw-fonts noto-fonts-emoji ttf-dejavu" # | Fonts and Emoji support
146146
# Don't remove this comment to format properly
147-
"arc-gtk-theme" # | Arc Desktop/App Theme
148-
"amd-ucode intel-ucode" # | AMD/Intel CPU Microcode
149-
"base-devel" # | Development Tools
150-
"exfatprogs" # | exFAT driver
151-
"fastfetch" # | System Specs
152-
"file-roller" # | Manage .7z files with ease
153-
"gimp" # | Gimp
154-
"gnome-keyring" # | Fix VS Code secrets
155-
"gparted" # | Gparted
156-
"htop" # | Terminal System Monitor
157-
"man-db man-pages" # | Manual utility (English)
158-
"nano vim" # | Console text editors
159-
"ntfs-3g" # | NTFS driver
160-
"obs-studio" # | OBS Studio
161-
"pavucontrol" # | Audio Controller
162-
"python-pip" # | Python Module manager
163-
"qbittorrent" # | qBittorrent
164-
"scrcpy" # | Android ScrCpy
165-
"steam steam-native-runtime" # | Steam + Fix
166-
"vlc" # | VLC
147+
"arc-gtk-theme" # | Arc Desktop/App Theme
148+
"amd-ucode intel-ucode" # | AMD/Intel CPU Microcode
149+
"base-devel" # | Development Tools
150+
"exfatprogs" # | exFAT driver
151+
"fastfetch" # | System Specs
152+
"file-roller" # | Manage .7z files with ease
153+
"gimp" # | Gimp
154+
"gnome-keyring" # | Fix VS Code secrets
155+
"gparted" # | Gparted
156+
"htop" # | Terminal System Monitor
157+
"man-db man-pages" # | Manual utility (English)
158+
"nano vim" # | Console text editors
159+
"ntfs-3g" # | NTFS driver
160+
"obs-studio" # | OBS Studio
161+
"pavucontrol" # | Audio Controller
162+
"python-pip" # | Python Module manager
163+
"qbittorrent" # | qBittorrent
164+
"scrcpy" # | Android ScrCpy
165+
"vlc" # | VLC
167166
#"discord" # | Discord
168167
)
169168

0 commit comments

Comments
 (0)