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

@ -25,8 +25,8 @@ installLinutil() {
esac
printf "%b\n" "${GREEN}Installed successfully.${RC}"
;;
zypper)
"$ESCALATION_TOOL" "$PACKAGER" install linutil
zypper)
"$ESCALATION_TOOL" "$PACKAGER" install linutil -y
printf "%b\n" "${GREEN}Installed successfully.${RC}"
;;
*)
@ -44,11 +44,6 @@ installLinutil() {
dnf)
"$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
. $HOME/.cargo/env