Yu-Min Space
2025年11月10日 星期一
2025年10月27日 星期一
Debian 13 安裝 shc (Shell script compiler)
apt install -y gcc automake make git
git clone https://github.com/neurobin/shc
cd shc
./configure && ./autogen.sh && make
cp src/shc /usr/local/bin
訂閱:
意見 (Atom)
apt install -y gcc automake make git
git clone https://github.com/neurobin/shc
cd shc
./configure && ./autogen.sh && make
cp src/shc /usr/local/bin