Compare commits

...

4 Commits

Author SHA1 Message Date
tteckster 2154a19c1a
Update technitiumdns-install.sh
tweak
2023-11-29 23:40:47 -05:00
tteckster 36a9118788
Update technitiumdns-install.sh
tweak
2023-11-29 23:35:56 -05:00
tteckster 83aee5ef7a
Update CHANGELOG.md 2023-11-29 23:25:52 -05:00
tteckster 883a16637e
Update casaos-install.sh
- pin v0.4.1
- update after install
2023-11-29 23:14:56 -05:00
3 changed files with 5 additions and 9 deletions

View File

@ -4,13 +4,6 @@
- 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,7 +32,10 @@ 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
$STD bash <(curl -fsSL https://get.casaos.io) wget -q https://get.casaos.io/v0.4.1
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/11/packages-microsoft-prod.deb -O packages-microsoft-prod.deb wget -q https://packages.microsoft.com/config/debian/12/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