fix path and autocomplete

This commit is contained in:
Ward from fusion-voyager-3 2024-07-23 11:45:45 +03:00
parent 691e489439
commit 65e6396712
4 changed files with 10 additions and 1 deletions

View File

@ -18,7 +18,7 @@ cd ./pika-baseos
apt-get build-dep ./ -y
# Build package
LOGNAME=root dh_make --createorig -y -l -p pika-baseos_3.0.0 || echo "dh-make didn't go clean"
LOGNAME=root dh_make --createorig -y -l -p pika-baseos_3.0.1 || echo "dh-make didn't go clean"
dpkg-buildpackage --no-sign
# Move the debs to output

View File

@ -1,3 +1,9 @@
pika-baseos (3.0.1-101pika1) pika; urgency=medium
* fix autocomplete and PATH
-- Ward Nakchbandi <hotrod.master@hotmail.com> Thu, 12 Jan 2023 16:48:00 +030
pika-baseos (3.0.0-101pika1) pika; urgency=medium
* PikaOS 4

View File

@ -91,6 +91,7 @@ Depends: ${misc:Depends},
openssh-server,
nano,
bash-completion,
auto-complete-el,
wget,
curl,
git,

View File

@ -0,0 +1,2 @@
#! /bin/sh
export PATH="/usr/local/sbin:/usr/local/bin:/usr/local/libexec:/usr/sbin:/usr/bin:/sbin:/bin:/usr/libexec:/usr/local/games:/usr/games:$PATH"