mirror of
https://github.com/casjaysdevdocker/tools
synced 2025-09-20 09:57:40 -04:00
🗃️ Committing everything that changed 🗃️
applications/ configs/ lists/ wwwroot/
This commit is contained in:
7
applications/bun/scripts/install.sh
Normal file
7
applications/bun/scripts/install.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
curl -q -fsSL "https://bun.sh/install" | bash &&
|
||||
ln -sf /usr/local/share/bun/bin/bun /usr/local/bin &&
|
||||
mkdir -p "${DEFAULT_DATA_DIR}/htdocs/www" &&
|
||||
git clone "https://github.com/casjay-templates/bunjs" "${DEFAULT_DATA_DIR}/htdocs/www/" &&
|
||||
rm -Rf ${DEFAULT_DATA_DIR}/htdocs/www/.git &&
|
||||
cd "${DEFAULT_DATA_DIR}/htdocs/www" &&
|
||||
/usr/local/bin/bun install
|
Reference in New Issue
Block a user