Update 2024-12-25 21:13 OpenBSD/amd64-t14

This commit is contained in:
c0dev0id
2024-12-25 21:13:51 +01:00
parent 2357c34813
commit 7eb3f826fb
8 changed files with 74 additions and 27 deletions

View File

@@ -49,10 +49,9 @@ then
echo
echo " other commands:"
echo " ledit - edit this script"
echo " ldev - switch to dev environment"
echo " ltest - switch to test environment"
echo " ltemp - switch to temp environment"
echo " lsdk - switch to sdk environment"
echo " ldev - switch to dev environment (c0dev0id/luakit)"
echo " ltest - switch to test environment (luakit/luakit)"
echo " ltemp - switch to temp environment (luakit/luakit)"
echo
fi
@@ -84,7 +83,7 @@ fi
if [ "$_action" == "reset" ]
then
if [ "$_env" == "sdk" ]
if [ "$_env" == "dev" ]
then
cd /tmp
rm -rf "$_dir"
@@ -107,7 +106,7 @@ fi
if [ "$_action" == "update" ]
then
set -xe
if [ "$_env" == "sdk" ]
if [ "$_env" == "dev" ]
then
git fetch --all
git checkout develop