mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Added output
This commit is contained in:
2
install.sh
vendored
2
install.sh
vendored
@@ -34,7 +34,7 @@ if [ -f /etc/arch-release ]; then
|
||||
sudo npm install
|
||||
cd /etc/pyShelf
|
||||
#make release directory if it doesn't exist
|
||||
if [ ! -d release ]; then
|
||||
if [ ! -d /etc/pyShelf/release ]; then
|
||||
sudo mkdir release
|
||||
fi
|
||||
# build the release
|
||||
|
||||
Reference in New Issue
Block a user