Skip to content

Commit 07f709c

Browse files
committed
Install partitionmanager for Arch
- Update README
1 parent c6b5399 commit 07f709c

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ These packages will be installed in Arch and Fedora Desktop versions:
150150
| gimp | ✔️ ||
151151
| google-chrome | ❌ AUR Opt-out ||
152152
| gnome-keyring | ✔️ ||
153-
| gparted | ✔️ ||
153+
| gparted partitionmanager | ✔️ ||
154154
| grub-customizer os-prober | ✔️ ||
155155
| htop | ✔️ ||
156156
| lutris | ✔️ ||
@@ -165,6 +165,7 @@ These packages will be installed in Arch and Fedora Desktop versions:
165165
| qbittorrent | ✔️ ||
166166
| scrcpy | ✔️ ||
167167
| spotify-adblock-git | ✔️ AUR ||
168+
| vesktop | ✔️ AUR ||
168169
| vlc | ✔️ ||
169170
| snapd yay | ✔️ | ✔️ |
170171

src/scripts/arch-script.sh

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -144,27 +144,26 @@ 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-
"amd-ucode intel-ucode" # | AMD/Intel CPU Microcode
148-
"arc-gtk-theme" # | Arc Desktop/App Theme
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-
"lutris" # | Lutris
158-
"man-db man-pages" # | Manual utility (English)
159-
"nano vim" # | Console text editors
160-
"ntfs-3g" # | NTFS driver
161-
"obs-studio" # | OBS Studio
162-
"pavucontrol" # | Audio Controller
163-
"python-pip" # | Python Module manager
164-
"qbittorrent" # | qBittorrent
165-
"scrcpy" # | Android ScrCpy
166-
"vlc" # | VLC
167-
#"discord" # | Discord
147+
"amd-ucode intel-ucode" # | AMD/Intel CPU Microcode
148+
"arc-gtk-theme" # | Arc Desktop/App Theme
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 partitionmanager" # | Partition Managers
156+
"htop" # | Terminal System Monitor
157+
"lutris" # | Lutris
158+
"man-db man-pages" # | Manual utility (English)
159+
"nano vim" # | Console text editors
160+
"ntfs-3g" # | NTFS driver
161+
"obs-studio" # | OBS Studio
162+
"pavucontrol" # | Audio Controller
163+
"python-pip" # | Python Module manager
164+
"qbittorrent" # | qBittorrent
165+
"scrcpy" # | Android ScrCpy
166+
"vlc" # | VLC
168167
)
169168

170169
echo_section "Installing via Pacman"

0 commit comments

Comments
 (0)