Skip to content

Commit 670cb0a

Browse files
committed
Add solaar to the installer script
1 parent 2e3d856 commit 670cb0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apt/install_software.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ if ! grep -q "hypervisor" /proc/cpuinfo; then
9898
)
9999
if [ "${IS_DESKTOP}" = true ]; then
100100
APT_PACKAGES+=(
101-
"boinc" "cutecom" "gnome-disk-utility" "gparted" "obs-studio" "pipewire-audio" "rpi-imager" "virt-viewer"
101+
"boinc" "cutecom" "gnome-disk-utility" "gparted" "obs-studio" "pipewire-audio" "rpi-imager" "solaar" "virt-viewer"
102102
)
103103
# If running on a laptop
104104
if [ "${CHASSIS}" = "laptop" ]; then

0 commit comments

Comments
 (0)