Gregory Hinton
Results
2
comments of
Gregory Hinton
``` $ ventoy /usr/bin/ventoy: 2: /usr/bin/ventoy: pushd: not found $ cat /etc/lsb-release LSB_VERSION=1.4 DISTRIB_ID=Arch DISTRIB_RELEASE=rolling DISTRIB_DESCRIPTION="Arch Linux" $ pacman -Qi ventoy Name : ventoy-bin Version : 1.0.13-1 Description : A...
``` $ sudo su # for f in $(file $(pacman -Qlq ventoy) | grep shell | cut -f1 -d':'); do > sed 's:/bin/sh:/bin/bash:' $f >$f.NEW && mv $f $f.OLD &&...