further direwolf fixes
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
version=1.8.1
|
version=1.8.1
|
||||||
git=https://github.com/wb2osz/direwolf.git
|
git=https://github.com/wb2osz/direwolf.git
|
||||||
install=$HOME/.local/bin/direwolf
|
install=$HOME/.local/bin/direwolf
|
||||||
steps=mkdir build, cd build, cmake .. -DCMAKE_INSTALL_PREFIX=$HOME/.local, make -j4, make install
|
steps=mkdir build, cd build, mkdir -p /tmp/hampack-build/direwolf-udev, cmake .. -DCMAKE_INSTALL_PREFIX=$HOME/.local -DUDEV_RULES_DIR=/tmp/hampack-build/direwolf-udev, make -j4, make install, sudo cp /tmp/hampack-build/direwolf-udev/99-direwolf-cmedia.rules /etc/udev/rules.d/, sudo udevadm control --reload-rules
|
||||||
|
|
||||||
[QtTermTCP]
|
[QtTermTCP]
|
||||||
version=0.39
|
version=0.39
|
||||||
|
|||||||
2
sudo.sh
2
sudo.sh
@@ -15,7 +15,7 @@ if [ $? -ne 0 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
sudo tee "$SUDOERS_FILE" > /dev/null << EOF
|
sudo tee "$SUDOERS_FILE" > /dev/null << EOF
|
||||||
$USERNAME ALL=(ALL) NOPASSWD: /usr/bin/pacman, /usr/bin/cp, /usr/bin/systemctl, /usr/sbin/reboot, /usr/sbin/usermod
|
$USERNAME ALL=(ALL) NOPASSWD: /usr/bin/pacman, /usr/bin/cp, /usr/bin/udevadm, /usr/bin/systemctl, /usr/sbin/reboot, /usr/sbin/usermod
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Verify the file is valid
|
# Verify the file is valid
|
||||||
|
|||||||
Reference in New Issue
Block a user