Compare commits

..

No commits in common. "2154a19c1a571a68a02119880e4906cd8ae067b9" and "9534dd7a52e7799994eeacb4992e5e73b5fa8197" have entirely different histories.

3 changed files with 9 additions and 5 deletions

View File

@ -4,6 +4,13 @@
- All LXC instances created using this repository come pre-installed with Midnight Commander, which is a command-line tool (`mc`) that offers a user-friendly file and directory management interface for the terminal environment. - All LXC instances created using this repository come pre-installed with Midnight Commander, which is a command-line tool (`mc`) that offers a user-friendly file and directory management interface for the terminal environment.
## 2023-11-29
### Changed
- **CasaOS LXC**
- Broken, temporarily removed from the website.
## 2023-11-19 ## 2023-11-19
### Changed ### Changed

View File

@ -32,10 +32,7 @@ echo -e '{\n "storage-driver": "fuse-overlayfs",\n "log-driver": "journald"\n}
else else
echo -e '{\n "log-driver": "journald"\n}' > /etc/docker/daemon.json echo -e '{\n "log-driver": "journald"\n}' > /etc/docker/daemon.json
fi fi
wget -q https://get.casaos.io/v0.4.1 $STD bash <(curl -fsSL https://get.casaos.io)
chmod +x v0.4.1
$STD ./v0.4.1
rm v0.4.1
msg_ok "Installed CasaOS" msg_ok "Installed CasaOS"
motd_ssh motd_ssh

View File

@ -20,7 +20,7 @@ $STD apt-get install -y mc
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
msg_info "Installing ASP.NET Core Runtime" msg_info "Installing ASP.NET Core Runtime"
wget -q https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb -O packages-microsoft-prod.deb wget -q https://packages.microsoft.com/config/debian/11/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
$STD dpkg -i packages-microsoft-prod.deb $STD dpkg -i packages-microsoft-prod.deb
rm -rf packages-microsoft-prod.deb rm -rf packages-microsoft-prod.deb
$STD apt-get update $STD apt-get update