Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,8 @@ concurrency:
cancel-in-progress: true

jobs:
rubik:
runs-on: ubuntu-24.04-arm
name: "Build for RubikPi3"
steps:
- name: Dummy
run: echo "This is a dummy step. Remove when the ""Build for RubikPi3"" job is no longer required"

build:
runs-on: ubuntu-24.04-arm

strategy:
fail-fast: false
matrix:
Expand Down
1 change: 1 addition & 0 deletions install_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ echo "photon:vision" | chpasswd
cp -f ./files/issue.txt /etc/issue
cp -f /etc/issue /etc/issue.net
sed -i 's/#Banner none/Banner \/etc\/issue.net/g' /etc/ssh/sshd_config
echo "Banner \/etc\/issue.net" > /etc/ssh/sshd_config.d/10_PhotonVisionBanner.conf

# Add photon version file
mkdir -p /opt/photonvision/
Expand Down