Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rern committed Dec 16, 2023
1 parent de0db72 commit 0e2f359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ alias=r1
. /srv/http/bash/settings/addons.sh

# 20231216
if [[ ! -e /boot/kernel.img && $( pacman -Q python-websockets ) != 'python-websockets 11.0-1' ]]; then
if [[ ! -e /boot/kernel.img && $( pacman -Q python-websockets ) != 'python-websockets 12.0-1' ]]; then
pacman -Sy --needed --noconfirm python-websockets
systemctl restart websocket
fi
Expand Down

0 comments on commit 0e2f359

Please sign in to comment.