PorteuX 1.3 bug reports

PorteuX - The Next Experience. It's inspired by Slax and Porteus but with heaps of improvements
User avatar
Ed_P
Contributor
Contributor
Posts: 8391
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

PorteuX 1.3 bug reports

Post#1 by Ed_P » 05 May 2024, 22:17

Code: Select all

guest@porteux:~$ pmod

Options:
  -u: update database
  -s: search package
  -S: search file
  -g: download pkg only
  -m: download and convert to module
  -h: this usage
guest@porteux:~$ pmod -g
/usr/bin/pmod: line 21: slackpkg: command not found
Your package is in guest@porteux:~$
You should add this after line 17 of /opt/porteux-scripts/pmod:

Code: Select all

printf "\nMust be run as root user.\n\n"
Making it bold and yellow would make it stand out more. :)

Code: Select all

echo -e "$(tput bold)$(tput setaf 3)\nMust be run as root user.$(tput sgr0)\n\n"

:)
Ed

porteux
Samurai
Samurai
Posts: 178
Joined: 12 Mar 2023, 22:10
Distribution: PorteuX

PorteuX 1.3 bug reports

Post#2 by porteux » 06 May 2024, 09:52

Thanks. It's done for 1.4.

Post Reply