~ruther/qmk_firmware

0d12627f0b7fb3ea6438234b775b0c63a656891a — chax 6 years ago 7fbb253
Add Solus support to linux_install.sh script

added update-repo command before install command
1 files changed, 1 insertions(+), 0 deletions(-)

M util/linux_install.sh
M util/linux_install.sh => util/linux_install.sh +1 -0
@@ 158,6 158,7 @@ elif grep ID /etc/os-release | grep -q slackware; then
	fi

elif grep ID /etc/os-release | grep -q solus; then
	sudo eopkg ur
	sudo eopkg it \
		-c system.devel \
		arm-none-eabi-gcc \