1
0

bash restart hinzugefuegt

This commit is contained in:
2024-11-14 15:34:35 +00:00
parent 8032c0c6ff
commit e5ae93cff6

View File

@@ -22,6 +22,9 @@ sudo apt update && sudo apt install asciinema -y
# Eintragung in die bash
CONFIG_FILE="/root/.bashrc"
# Restart der bash
source ~/.bashrc
# Konfigurationsdatei bearbeiten
echo "export ASCIINEMA_API_URL=$ASCIINEMA_API_URL" >> $CONFIG_FILE