Skip to content

Commit

Permalink
Update 01-04 00:30
Browse files Browse the repository at this point in the history
  • Loading branch information
lin1328 committed Jan 3, 2025
1 parent 7c8d1af commit b44d4d4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
sed -i "s/^RURIMA_LXC_OS=.*/RURIMA_LXC_OS=${os}/g" config.conf
sed -i "s/^RURIMA_LXC_OS_VERSION=.*/RURIMA_LXC_OS_VERSION=${version}/g" config.conf
sed -i "s/^CONTAINER_DIR=.*/CONTAINER_DIR=/data/${os}/g" config.conf
zip -r "../asl-${os}-${version}.zip" . -x "*.git/*" -x ".github/*"
Expand Down
2 changes: 1 addition & 1 deletion action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ update_ssh() {
if [ -n "$PID" ]; then
printf "- Stopping container...\n\n"
if "$MODDIR/container_ctrl.sh" stop; then
sed -i 's|^description=.*|description=stopped🙁 Android Subsystem for GNU/Linux Powered by ruri|' "$MODDIR/module.prop"
sed -i 's|^description=.*|description=\[ stopped🙁 \] Android Subsystem for GNU/Linux Powered by ruri|' "$MODDIR/module.prop"
BETA
fi
else
Expand Down
12 changes: 6 additions & 6 deletions setup/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ Endofpacman2
pacman -Syu --noconfirm
pacman -Sy --noconfirm --needed openssh

ln -s /usr/local/lib/servicectl/serviced /usr/bin/serviced
ln -s /usr/local/lib/servicectl/servicectl /usr/bin/servicectl
ln -sf /usr/local/lib/servicectl/serviced /usr/bin/serviced
ln -sf /usr/local/lib/servicectl/servicectl /usr/bin/servicectl

ssh-keygen -A

Expand Down Expand Up @@ -208,8 +208,8 @@ setup_centos() {
yum install -y openssh-server
yum clean all

ln -s /usr/local/lib/servicectl/serviced /usr/bin/serviced
ln -s /usr/local/lib/servicectl/servicectl /usr/bin/servicectl
ln -sf /usr/local/lib/servicectl/serviced /usr/bin/serviced
ln -sf /usr/local/lib/servicectl/servicectl /usr/bin/servicectl

ssh-keygen -A
}
Expand All @@ -225,8 +225,8 @@ setup_fedora() {
dnf install -y openssh-server
dnf clean all

ln -s /usr/local/lib/servicectl/serviced /usr/bin/serviced
ln -s /usr/local/lib/servicectl/servicectl /usr/bin/servicectl
ln -sf /usr/local/lib/servicectl/serviced /usr/bin/serviced
ln -sf /usr/local/lib/servicectl/servicectl /usr/bin/servicectl

ssh-keygen -A
}
Expand Down

0 comments on commit b44d4d4

Please sign in to comment.