mirror of
https://github.com/pocopico/tinycore-redpill.git
synced 2025-09-15 12:51:13 +08:00
Updating actions
This commit is contained in:
2
.github/workflows/updateimage.yml
vendored
2
.github/workflows/updateimage.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
cd /opt/tinycore-redpill
|
||||
cp -rfp /home/runner/work/tinycore-redpill/tinycore-redpill/* .
|
||||
cp -rfp /opt/config-files/redpill-load/config /opt/tinycore-redpill
|
||||
sudo find . -type f -name *.sh -exec chmod +x {} \;
|
||||
sudo find . -type f -name "*.sh" -exec chmod +x {} \;
|
||||
sudo chmod /opt/tinycore-redpill/tools/*
|
||||
VERSION=`/opt/tinycore-redpill/rploader.sh version`
|
||||
echo "Version: ${VERSION}"
|
||||
|
Reference in New Issue
Block a user