Browse Source

chmod -> chmod +x

master
fiorile 1 month ago
parent
commit
5cf8afc74d
  1. 2
      neetbsd.sh

2
neetbsd.sh

@ -98,7 +98,7 @@ echo 'Installing the graphical package manager neetpkg' @@ -98,7 +98,7 @@ echo 'Installing the graphical package manager neetpkg'
###DEV###
echo '#!/bin/sh
#...' > /tmp/dev-neetpkg.sh
chmod /tmp/neetpkg.sh
chmod +x /tmp/neetpkg.sh
ls -l /tmp/neetpkg-sh
rm /tmp/dev-neetpkg-sh
###DEV###

Loading…
Cancel
Save