mirror of
https://github.com/armbian/scripts.git
synced 2026-01-06 10:32:48 -08:00
Update maintain-runners.yml
This commit is contained in:
4
.github/workflows/maintain-runners.yml
vendored
4
.github/workflows/maintain-runners.yml
vendored
@@ -93,6 +93,10 @@ jobs:
|
||||
|
||||
- name: Upgrading
|
||||
run: |
|
||||
|
||||
sudo sed -i 's/jammy/hirsute/g' /etc/apt/sources.list
|
||||
sudo apt-get update
|
||||
sudo DEBIAN_FRONTEND=noninteractive apt-get -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" upgrade -y
|
||||
|
||||
FROM_RELEASE=hirsute
|
||||
TO_RELEASE=jammy
|
||||
|
||||
Reference in New Issue
Block a user