Skip to content

Commit

Permalink
simplify command
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Aug 29, 2023
1 parent b33374b commit b541af6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions linux/step01_ubuntu2204_ice_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ if [ "$ICEVER" = "ice36" ]; then
cd /tmp
wget -q https://github.com/glencoesoftware/zeroc-ice-ubuntu2204-x86_64/releases/download/20221004/Ice-3.6.5-ubuntu2204-x86_64.tar.gz
tar xf Ice-3.6.5-ubuntu2204-x86_64.tar.gz
mv Ice-3.6.5 ice-3.6.5
mv ice-3.6.5 /opt
mv Ice-3.6.5 /opt/ice-3.6.5
echo /opt/ice-3.6.5/lib64 > /etc/ld.so.conf.d/ice-x86_64.conf
ldconfig
#end-recommended
Expand Down

0 comments on commit b541af6

Please sign in to comment.