1
0

Domain geändert

Neuer Server mit neuer Domain
This commit is contained in:
SchiWaGoA
2025-12-13 23:40:31 +00:00
parent e5ae93cff6
commit c14ab432b6

View File

@@ -3,18 +3,18 @@
# Beschreibung: Installiert die asciinema Software Clientseitig und konfiguriert die Bash-Umgebung
# unterstützte Bash: /bin/bash & /bin/zsh
# Aufruf: ./asciinema-client.sh
# Autor: Patrick Asmus
# Web: https://www.techniverse.net
# Autor: Thomas Werner Schwaighofer
# Web: https://retronerd.at
# Git-Reposit.: https://git.retronerd.at/schiwagoa/asciinema.git
# Version: 1.0.7
# Datum: 14.11.2024
# Version: 1412.25
# Datum: 14.12.2025
# Modifikation: Domain geaendert und restart bash
#####################################################
# asciinema client Installation
# URL zum asciinema-server
ASCIINEMA_API_URL="https://asciinema.it-nerds.com"
ASCIINEMA_API_URL="https://ascii.retronerd.at"
# Software installieren
sudo apt update && sudo apt install asciinema -y