@@ -51,7 +51,7 @@ function update_script() {
5151 $STD apt-get install -y gawk
5252 msg_ok " Installed dependencies"
5353 msg_info " Installing Cockpit file sharing"
54- curl -fsSL " $( curl -fsSL https://api.github.com/repos/45Drives/cockpit-file-sharing/releases/latest | grep download | grep focal_all.deb | cut -d\" -f4) " -O $( basename " $( curl -fsSL https://api.github.com/repos/45Drives/cockpit-file-sharing/releases/latest | grep download | grep focal_all.deb | cut -d\" -f4) " )
54+ curl -fsSL " $( curl -fsSL https://api.github.com/repos/45Drives/cockpit-file-sharing/releases/latest | grep download | grep focal_all.deb | cut -d\" -f4) " -o $( basename" $( curl -fsSL https://api.github.com/repos/45Drives/cockpit-file-sharing/releases/latest | grep download | grep focal_all.deb | cut -d\" -f4) " )
5555 $STD dpkg -i cockpit-file-sharing_* focal_all.deb
5656 rm cockpit-file-sharing_* focal_all.deb
5757 msg_ok " Installed Cockpit file sharing"
@@ -64,7 +64,7 @@ curl -fsSL "$(curl -fsSL https://api.github.com/repos/45Drives/cockpit-file-shar
6464 $STD apt-get install -y samba-common-bin
6565 msg_ok " Installed dependencies"
6666 msg_info " Installing Cockpit identities"
67- curl -fsSL " $( curl -fsSL https://api.github.com/repos/45Drives/cockpit-identities/releases/latest | grep download | grep focal_all.deb | cut -d\" -f4) " -O $( basename " $( curl -fsSL https://api.github.com/repos/45Drives/cockpit-identities/releases/latest | grep download | grep focal_all.deb | cut -d\" -f4) " )
67+ curl -fsSL " $( curl -fsSL https://api.github.com/repos/45Drives/cockpit-identities/releases/latest | grep download | grep focal_all.deb | cut -d\" -f4) " -o $( basename" $( curl -fsSL https://api.github.com/repos/45Drives/cockpit-identities/releases/latest | grep download | grep focal_all.deb | cut -d\" -f4) " )
6868 $STD dpkg -i cockpit-identities_* focal_all.deb
6969 rm cockpit-identities_* focal_all.deb
7070 msg_ok " Installed Cockpit identities"
@@ -76,7 +76,7 @@ curl -fsSL "$(curl -fsSL https://api.github.com/repos/45Drives/cockpit-identitie
7676 $STD apt-get install -y zip
7777 msg_ok " Installed dependencies"
7878 msg_info " Installing Cockpit navigator"
79- curl -fsSL " $( curl -fsSL https://api.github.com/repos/45Drives/cockpit-navigator/releases/latest | grep download | grep focal_all.deb | cut -d\" -f4) " -O $( basename " $( curl -fsSL https://api.github.com/repos/45Drives/cockpit-navigator/releases/latest | grep download | grep focal_all.deb | cut -d\" -f4) " )
79+ curl -fsSL " $( curl -fsSL https://api.github.com/repos/45Drives/cockpit-navigator/releases/latest | grep download | grep focal_all.deb | cut -d\" -f4) " -o $( basename" $( curl -fsSL https://api.github.com/repos/45Drives/cockpit-navigator/releases/latest | grep download | grep focal_all.deb | cut -d\" -f4) " )
8080 $STD dpkg -i cockpit-navigator_* focal_all.deb
8181 rm cockpit-navigator_* focal_all.deb
8282 msg_ok " Installed Cockpit navigator"
@@ -91,4 +91,4 @@ description
9191msg_ok " Completed Successfully!\n"
9292echo -e " ${CREATING}${GN}${APP} setup has been successfully initialized!${CL} "
9393echo -e " ${INFO}${YW} Access it using the following URL:${CL} "
94- echo -e " ${TAB}${GATEWAY}${BGN} http://${IP} :9090${CL} "
94+ echo -e " ${TAB}${GATEWAY}${BGN} http://${IP} :9090${CL} "
0 commit comments