mirror of
https://github.com/YunoHost-Apps/garradin_ynh.git
synced 2024-09-03 18:36:17 +02:00
Update install
This commit is contained in:
parent
87de3cb06e
commit
94e497c95b
1 changed files with 0 additions and 5 deletions
|
@ -24,11 +24,6 @@ ynh_normalize_url_path $path
|
|||
sudo apt-get update
|
||||
sudo apt-get -y -qq install php5-sqlite
|
||||
|
||||
# Remove trailing "/" for next commands
|
||||
if [[ ! "$path" == "/" ]]; then
|
||||
path=${path%/}
|
||||
fi
|
||||
|
||||
# Source YunoHost helpers
|
||||
source /usr/share/yunohost/helpers
|
||||
|
||||
|
|
Loading…
Reference in a new issue