Compare commits

..

4 Commits

Author SHA1 Message Date
solomoncyj
f26667328e
Merge c4ec574737 into 79eb752552 2024-10-21 01:56:32 +00:00
solomoncyj
c4ec574737
Update linutil-installer.sh 2024-10-21 09:56:29 +08:00
solomoncyj
263fafb20e
Update linutil-installer.sh 2024-10-21 08:16:46 +08:00
solomoncyj
8fe8679101
Update core/tabs/applications-setup/linutil-installer.sh
Co-authored-by: JEEVITHA KANNAN K S <ksjeevithakannan123@gmail.com>
2024-10-21 08:14:49 +08:00

View File

@ -26,7 +26,7 @@ installLinutil() {
printf "%b\n" "${GREEN}Installed successfully.${RC}" printf "%b\n" "${GREEN}Installed successfully.${RC}"
;; ;;
zypper) zypper)
"$ESCALATION_TOOL" "$PACKAGER" install linutil "$ESCALATION_TOOL" "$PACKAGER" install linutil -y
printf "%b\n" "${GREEN}Installed successfully.${RC}" printf "%b\n" "${GREEN}Installed successfully.${RC}"
;; ;;
*) *)
@ -44,11 +44,6 @@ installLinutil() {
dnf) dnf)
"$ESCALATION_TOOL" "$PACKAGER" install -y rustup "$ESCALATION_TOOL" "$PACKAGER" install -y rustup
;; ;;
zypper)
"$ESCALATION_TOOL" "$PACKAGER" install -n curl gcc make
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
. $HOME/.cargo/env
;;
*) *)
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
. $HOME/.cargo/env . $HOME/.cargo/env