File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -725,10 +725,10 @@ EOS
725725RUN <<EOS
726726 set +e
727727 # askalono for Licenses
728- wget --quiet --show-progress "https://bin.pkgforge.dev/$(uname -m)/askalono" -o "/usr/bin/askalono"
728+ wget --quiet --show-progress "https://bin.pkgforge.dev/$(uname -m)/askalono" -O "/usr/bin/askalono"
729729 sudo chmod +x "/usr/bin/askalono"
730730 # Dockerc
731- wget --quiet --show-progress "https://bin.pkgforge.dev/$(uname -m)/dockerc" -o "/usr/bin/dockerc"
731+ wget --quiet --show-progress "https://bin.pkgforge.dev/$(uname -m)/dockerc" -O "/usr/bin/dockerc"
732732 sudo chmod +x "/usr/bin/dockerc"
733733 # Eget for simplified releases
734734 wget --quiet --show-progress "https://bin.pkgforge.dev/$(uname -m)/eget" -O "/usr/bin/eget"
@@ -756,4 +756,4 @@ RUN <<EOS
756756 ln --symbolic --force "/etc/bash.bashrc" "/etc/bash/bashrc" 2>/dev/null
757757EOS
758758# ------------------------------------------------------------------------------------#
759- # END
759+ # END
You can’t perform that action at this time.
0 commit comments