We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17e5d69 commit 274867dCopy full SHA for 274867d
install/the-lounge-install.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
3
# Copyright (c) 2021-2024 tteck
4
-# Author: kristocopani
+# Author: tteck (tteckster)
5
# License: MIT
6
# https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
7
@@ -44,7 +44,7 @@ motd_ssh
44
customize
45
46
msg_info "Cleaning up"
47
-rm -rf "/opt/thelounge_${RELEASE}_all.deb"
+rm -rf /opt/thelounge_${RELEASE}_all.deb
48
$STD apt-get -y autoremove
49
$STD apt-get -y autoclean
50
msg_ok "Cleaned"
0 commit comments